diff options
| author | Tadashi G. Takaoka <takaoka@google.com> | 2013-05-28 09:23:23 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2013-05-28 09:23:24 +0000 |
| commit | 6d77ae9d815679eb653be986eb72d34ecc72d379 (patch) | |
| tree | 18289d181ccac85c75899491d59c8644e254373c /java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java | |
| parent | 07e56e76a77ee4164201b7f48aa6f7c8d69a81b9 (diff) | |
| parent | e7e7b3234c369d0907b0188ec5d39165634d218c (diff) | |
Merge "Remove KeyboardStart.isInMomentarySwitchState"
Diffstat (limited to 'java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java')
| -rw-r--r-- | java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java b/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java index c5bd62431..83f109014 100644 --- a/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java +++ b/java/src/com/android/inputmethod/keyboard/KeyboardSwitcher.java @@ -335,10 +335,6 @@ public final class KeyboardSwitcher implements KeyboardState.SwitchActions { } } - public boolean isInMomentarySwitchState() { - return mState.isInMomentarySwitchState(); - } - /** * Updates state machine to figure out when to automatically switch back to the previous mode. */ |
