am e820fdfe: am 063a98a7: Merge "Reuse keyboard view\'s drawing bitmap if possible" into honeycomb
* commit 'e820fdfeb045a7c61c971532578ed02144b5c3e6': Reuse keyboard view's drawing bitmap if possiblemain
commit
9fab90b16d
|
@ -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 New Issue