Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardActionListener.java38 public void onReleaseKey(int primaryCode, boolean withSliding); in onReleaseKey() method
81 public void onReleaseKey(int primaryCode, boolean withSliding) {} in onReleaseKey() method in KeyboardActionListener.Adapter
DMoreKeysKeyboardView.java71 public void onReleaseKey(int primaryCode, boolean withSliding) {
72 mListener.onReleaseKey(primaryCode, withSliding);
DKeyboardSwitcher.java209 public void onReleaseKey(int code, boolean withSliding) { in onReleaseKey() method in KeyboardSwitcher
210 mState.onReleaseKey(code, withSliding); in onReleaseKey()
DPointerTracker.java310 mListener.onReleaseKey(primaryCode, withSliding); in callListenerOnRelease()
DLatinKeyboardView.java588 mKeyboardActionListener.onReleaseKey(primaryCode, false); in invokeReleaseKey()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeyboardStateTestsBase.java80 mSwitcher.onReleaseKey(code, NOT_SLIDING); in releaseKey()
96 mSwitcher.onReleaseKey(code, NOT_SLIDING); in chordingReleaseKey()
107 mSwitcher.onReleaseKey(code, SLIDING); in pressAndSlideFromKey()
DMockKeyboardSwitcher.java181 public void onReleaseKey(int code, boolean withSliding) { in onReleaseKey() method in MockKeyboardSwitcher
182 mState.onReleaseKey(code, withSliding); in onReleaseKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DMoreSuggestionsView.java64 public void onReleaseKey(int primaryCode, boolean withSliding) {
65 mListener.onReleaseKey(primaryCode, withSliding);
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java339 public void onReleaseKey(int code, boolean withSliding) { in onReleaseKey() method in KeyboardState
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java2336 public void onReleaseKey(int primaryCode, boolean withSliding) { in onReleaseKey() method in LatinIME
2337 mKeyboardSwitcher.onReleaseKey(primaryCode, withSliding); in onReleaseKey()