diff options
author | 2013-01-21 05:47:28 +0000 | |
---|---|---|
committer | 2013-01-21 05:47:28 +0000 | |
commit | 00f8474c734d796faeea12f240e492983691222a (patch) | |
tree | 82f952092154e171517924d9021570ec95abf92f /java/src | |
parent | 0c2227ab991774768414d8ea60a469f005eb9f1a (diff) | |
parent | b9f219c935afc9f93a31452fbc159c80dfe63745 (diff) | |
download | latinime-00f8474c734d796faeea12f240e492983691222a.tar.gz latinime-00f8474c734d796faeea12f240e492983691222a.tar.xz latinime-00f8474c734d796faeea12f240e492983691222a.zip |
Merge "Remove unused Keyboard.purgeKeyboardAndClosing method"
Diffstat (limited to 'java/src')
-rw-r--r-- | java/src/com/android/inputmethod/keyboard/KeyboardView.java | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/KeyboardView.java b/java/src/com/android/inputmethod/keyboard/KeyboardView.java index b7584d4cd..7fc68e061 100644 --- a/java/src/com/android/inputmethod/keyboard/KeyboardView.java +++ b/java/src/com/android/inputmethod/keyboard/KeyboardView.java @@ -1029,6 +1029,7 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy, cancelAllMessages(); onCancelMoreKeysPanel(); mInvalidateAllKeys = true; + mKeyboard = null; requestLayout(); } @@ -1062,11 +1063,6 @@ public class KeyboardView extends View implements PointerTracker.DrawingProxy, return false; } - public void purgeKeyboardAndClosing() { - mKeyboard = null; - closing(); - } - @Override protected void onDetachedFromWindow() { super.onDetachedFromWindow(); |