/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/ |
D | KeyboardStateTestsBase.java | 109 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()
|
D | MockKeyboardSwitcher.java | 166 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/ |
D | EmojiPageKeyboardView.java | 46 public void onReleaseKey(Key key); in onReleaseKey() method 53 public void onReleaseKey(final Key key) {} 145 mListener.onReleaseKey(releasedKey); in callListenerOnReleaseKey()
|
D | EmojiPalettesView.java | 327 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/ |
D | KeyboardActionListener.java | 42 public void onReleaseKey(int primaryCode, boolean withSliding); in onReleaseKey() method 110 public void onReleaseKey(int primaryCode, boolean withSliding) {} in onReleaseKey() method in KeyboardActionListener.Adapter
|
D | KeyboardSwitcher.java | 197 public void onReleaseKey(final int code, final boolean withSliding, in onReleaseKey() method in KeyboardSwitcher 199 mState.onReleaseKey(code, withSliding, currentAutoCapsState, currentRecapitalizeState); in onReleaseKey()
|
D | PointerTracker.java | 326 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/ |
D | KeyboardState.java | 393 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/ |
D | LatinIME.java | 1712 public void onReleaseKey(final int primaryCode, final boolean withSliding) { in onReleaseKey() method in LatinIME 1713 mKeyboardSwitcher.onReleaseKey(primaryCode, withSliding, getCurrentAutoCapsState(), in onReleaseKey()
|