Merge "Remove unused Keyboard.purgeKeyboardAndClosing method"

main
Tadashi G. Takaoka 2013-01-21 05:47:28 +00:00 committed by Android (Google) Code Review
commit 00f8474c73
1 changed files with 1 additions and 5 deletions

View File

@ -1029,6 +1029,7 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy,
cancelAllMessages(); cancelAllMessages();
onCancelMoreKeysPanel(); onCancelMoreKeysPanel();
mInvalidateAllKeys = true; mInvalidateAllKeys = true;
mKeyboard = null;
requestLayout(); requestLayout();
} }
@ -1062,11 +1063,6 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy,
return false; return false;
} }
public void purgeKeyboardAndClosing() {
mKeyboard = null;
closing();
}
@Override @Override
protected void onDetachedFromWindow() { protected void onDetachedFromWindow() {
super.onDetachedFromWindow(); super.onDetachedFromWindow();