Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeyboardStateTestsBase.java109 mSwitcher.onReleaseKey(code, NOT_SLIDING); in releaseKey()
144 mSwitcher.onReleaseKey(code, NOT_SLIDING); in chordingReleaseKey()
170 mSwitcher.onReleaseKey(code, SLIDING); in pressAndSlideFromKey()
184 mSwitcher.onReleaseKey(code, NOT_SLIDING); in stopSlidingOnKey()
DMockKeyboardSwitcher.java166 public void onReleaseKey(final int code, final boolean withSliding) { in onReleaseKey() method in MockKeyboardSwitcher
167 onReleaseKey(code, withSliding, mAutoCapsState, RecapitalizeStatus.NOT_A_RECAPITALIZE_MODE); in onReleaseKey()
170 public void onReleaseKey(final int code, final boolean withSliding, in onReleaseKey() method in MockKeyboardSwitcher
172 mState.onReleaseKey(code, withSliding, currentAutoCapsState, currentRecapitalizeState); in onReleaseKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPageKeyboardView.java46 public void onReleaseKey(Key key); in onReleaseKey() method
53 public void onReleaseKey(final Key key) {}
145 mListener.onReleaseKey(releasedKey); in callListenerOnReleaseKey()
DEmojiPalettesView.java327 mKeyboardActionListener.onReleaseKey(code, false /* withSliding */); in onClick()
347 public void onReleaseKey(final Key key) { in onReleaseKey() method in EmojiPalettesView
357 mKeyboardActionListener.onReleaseKey(code, false /* withSliding */); in onReleaseKey()
478 mKeyboardActionListener.onReleaseKey(Constants.CODE_DELETE, false /* withSliding */); in onTouchUp()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardActionListener.java42 public void onReleaseKey(int primaryCode, boolean withSliding); in onReleaseKey() method
110 public void onReleaseKey(int primaryCode, boolean withSliding) {} in onReleaseKey() method in KeyboardActionListener.Adapter
DKeyboardSwitcher.java197 public void onReleaseKey(final int code, final boolean withSliding, in onReleaseKey() method in KeyboardSwitcher
199 mState.onReleaseKey(code, withSliding, currentAutoCapsState, currentRecapitalizeState); in onReleaseKey()
DPointerTracker.java326 sListener.onReleaseKey(primaryCode, withSliding); in callListenerOnRelease()
1031 sListener.onReleaseKey(moreKeyCode, false /* withSliding */); in onLongPressed()
1039 sListener.onReleaseKey(code, false /* withSliding */); in onLongPressed()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DKeyboardState.java393 public void onReleaseKey(final int code, final boolean withSliding, final int autoCapsFlags, in onReleaseKey() method in KeyboardState
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1712 public void onReleaseKey(final int primaryCode, final boolean withSliding) { in onReleaseKey() method in LatinIME
1713 mKeyboardSwitcher.onReleaseKey(primaryCode, withSliding, getCurrentAutoCapsState(), in onReleaseKey()