Home
last modified time | relevance | path

Searched refs:onReleaseKey (Results 1 – 8 of 8) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeyboardStateTestsBase.java75 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()
DMockKeyboardSwitcher.java181 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/
DKeyboardActionListener.java42 public void onReleaseKey(int primaryCode, boolean withSliding); in onReleaseKey() method
108 public void onReleaseKey(int primaryCode, boolean withSliding) {} in onReleaseKey() method in KeyboardActionListener.Adapter
DKeyboardSwitcher.java226 public void onReleaseKey(final int code, final boolean withSliding) { in onReleaseKey() method in KeyboardSwitcher
227 mState.onReleaseKey(code, withSliding); in onReleaseKey()
DPointerTracker.java526 mListener.onReleaseKey(primaryCode, withSliding); in callListenerOnRelease()
DMainKeyboardView.java1034 mKeyboardActionListener.onReleaseKey(code, false); in invokeReleaseKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java352 public void onReleaseKey(final int code, final boolean withSliding) { in onReleaseKey() method in KeyboardState
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java2642 public void onReleaseKey(final int primaryCode, final boolean withSliding) { in onReleaseKey() method in LatinIME
2643 mKeyboardSwitcher.onReleaseKey(primaryCode, withSliding); in onReleaseKey()