Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/internal/
DKeyboardStateTestsBase.java108 mSwitcher.onCodeInput(code); in releaseKey()
143 mSwitcher.onCodeInput(code); in chordingReleaseKey()
183 mSwitcher.onCodeInput(code); in stopSlidingOnKey()
211 mSwitcher.onCodeInput(Constants.CODE_CAPSLOCK); in longPressShiftKey()
DMockKeyboardSwitcher.java178 public void onCodeInput(final int code) { in onCodeInput() method in MockKeyboardSwitcher
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardActionListener.java59 public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat); in onCodeInput() method
112 public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat) {} in onCodeInput() method in KeyboardActionListener.Adapter
DMoreKeysKeyboardView.java201 mListener.onCodeInput(code, x, y, false /* isKeyRepeat */); in onKeyInput()
203 mListener.onCodeInput(code, Constants.NOT_A_COORDINATE, Constants.NOT_A_COORDINATE, in onKeyInput()
DPointerTracker.java293 sTypingTimeRecorder.onCodeInput(code, eventTime); in callListenerOnCodeInput()
298 sListener.onCodeInput(code, x, y, isKeyRepeat); in callListenerOnCodeInput()
300 sListener.onCodeInput(code, in callListenerOnCodeInput()
1029 sListener.onCodeInput(moreKeyCode, Constants.NOT_A_COORDINATE, in onLongPressed()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java325 mKeyboardActionListener.onCodeInput(code, NOT_A_COORDINATE, NOT_A_COORDINATE, in onClick()
354 mKeyboardActionListener.onCodeInput(code, NOT_A_COORDINATE, NOT_A_COORDINATE, in onReleaseKey()
476 mKeyboardActionListener.onCodeInput(Constants.CODE_DELETE, in onTouchUp()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
DTypingTimeRecorder.java41 public void onCodeInput(final int code, final long eventTime) { in onCodeInput() method in TypingTimeRecorder
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java63 public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat); in onCodeInput() method
454 mListener.onCodeInput(Constants.CODE_SHORTCUT, in onClick()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1422 public void onCodeInput(final int codePoint, final int x, final int y, in onCodeInput() method in LatinIME
1445 mInputLogic.onCodeInput(mSettings.getCurrent(), event, in onEvent()
1767 mInputLogic.onCodeInput(mSettings.getCurrent(), event, in onKeyDown()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java286 return onCodeInput(settingsValues, event, keyboardShiftState, in onPickSuggestionManually()
437 public InputTransaction onCodeInput(final SettingsValues settingsValues, in onCodeInput() method in InputLogic