Searched refs:onReleaseKey (Results 1 – 8 of 8) sorted by relevance
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardStateTestsBase.java | 75 mSwitcher.onReleaseKey(code, NOT_SLIDING); in releaseKey() 91 mSwitcher.onReleaseKey(code, NOT_SLIDING); in chordingReleaseKey() 103 mSwitcher.onReleaseKey(code, SLIDING); in pressAndSlideFromKey() 110 mSwitcher.onReleaseKey(code, NOT_SLIDING); in stopSlidingOnKey()
|
D | MockKeyboardSwitcher.java | 181 public void onReleaseKey(final int code, final boolean withSliding) { in onReleaseKey() method in MockKeyboardSwitcher 182 mState.onReleaseKey(code, withSliding); in onReleaseKey()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/ |
D | KeyboardActionListener.java | 42 public void onReleaseKey(int primaryCode, boolean withSliding); in onReleaseKey() method 108 public void onReleaseKey(int primaryCode, boolean withSliding) {} in onReleaseKey() method in KeyboardActionListener.Adapter
|
D | KeyboardSwitcher.java | 226 public void onReleaseKey(final int code, final boolean withSliding) { in onReleaseKey() method in KeyboardSwitcher 227 mState.onReleaseKey(code, withSliding); in onReleaseKey()
|
D | PointerTracker.java | 526 mListener.onReleaseKey(primaryCode, withSliding); in callListenerOnRelease()
|
D | MainKeyboardView.java | 1034 mKeyboardActionListener.onReleaseKey(code, false); in invokeReleaseKey()
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardState.java | 352 public void onReleaseKey(final int code, final boolean withSliding) { in onReleaseKey() method in KeyboardState
|
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/ |
D | LatinIME.java | 2642 public void onReleaseKey(final int primaryCode, final boolean withSliding) { in onReleaseKey() method in LatinIME 2643 mKeyboardSwitcher.onReleaseKey(primaryCode, withSliding); in onReleaseKey()
|