Merge "Reuse keyboard view's drawing bitmap if possible" into honeycomb
This commit is contained in:
commit
063a98a7b2
1 changed files with 1 additions and 2 deletions
|
@ -1374,8 +1374,7 @@ public class KeyboardView extends View implements PointerTracker.UIProxy {
|
||||||
mHandler.cancelAllMessages();
|
mHandler.cancelAllMessages();
|
||||||
|
|
||||||
dismissPopupKeyboard();
|
dismissPopupKeyboard();
|
||||||
mBuffer = null;
|
mDirtyRect.union(0, 0, getWidth(), getHeight());
|
||||||
mCanvas = null;
|
|
||||||
mMiniKeyboardCache.clear();
|
mMiniKeyboardCache.clear();
|
||||||
requestLayout();
|
requestLayout();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue