Home
last modified time | relevance | path

Searched refs:onCodeInput (Results 1 – 14 of 14) 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.java177 public void onCodeInput(final int code) { in onCodeInput() method in MockKeyboardSwitcher
186 mState.onCodeInput(code, mAutoCapsState, RecapitalizeStatus.NOT_A_RECAPITALIZE_MODE); in onCodeInput()
/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()
DKeyboardSwitcher.java307 public void onCodeInput(final int code, final int currentAutoCapsState, in onCodeInput() method in KeyboardSwitcher
309 mState.onCodeInput(code, currentAutoCapsState, currentRecapitalizeState); in onCodeInput()
DPointerTracker.java341 sTypingTimeRecorder.onCodeInput(code, eventTime); in callListenerOnCodeInput()
346 sListener.onCodeInput(code, x, y, isKeyRepeat); in callListenerOnCodeInput()
348 sListener.onCodeInput(code, in callListenerOnCodeInput()
DMainKeyboardView.java620 listener.onCodeInput(moreKeyCode, Constants.NOT_A_COORDINATE, in onLongPress()
/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()
510 mKeyboardActionListener.onCodeInput(Constants.CODE_DELETE, in handleKeyUp()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1333 public void onCodeInput(final int codePoint, final int x, final int y, in onCodeInput() method in LatinIME
1362 mInputLogic.onCodeInput(mSettings.getCurrent(), event, in onCodeInput()
1366 mKeyboardSwitcher.onCodeInput(codePoint, getCurrentAutoCapsState(), in onCodeInput()
1395 mKeyboardSwitcher.onCodeInput(Constants.CODE_OUTPUT_TEXT, getCurrentAutoCapsState(), in onTextInput()
1688 mInputLogic.onCodeInput(mSettings.getCurrent(), event, in onKeyDown()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DInputTestsBase.java267 mLatinIME.onCodeInput(codePoint, Constants.NOT_A_COORDINATE, Constants.NOT_A_COORDINATE, in typeInternal()
272 mLatinIME.onCodeInput(codePoint, x, y, isKeyRepeat); in typeInternal()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/suggestions/
DSuggestionStripView.java64 public void onCodeInput(int primaryCode, int x, int y, boolean isKeyRepeat); in onCodeInput() method
482 mListener.onCodeInput(Constants.CODE_SHORTCUT, in onClick()
/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
DKeyboardState.java613 public void onCodeInput(final int code, final int currentAutoCapsState, in onCodeInput() method in KeyboardState
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java297 return onCodeInput(settingsValues, event, keyboardShiftState, in onPickSuggestionManually()
445 public InputTransaction onCodeInput(final SettingsValues settingsValues, final Event event, in onCodeInput() method in InputLogic