Home
last modified time | relevance | path

Searched defs:onCodeInput (Results 1 – 8 of 8) sorted by relevance

/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
DKeyboardSwitcher.java307 public void onCodeInput(final int code, final int currentAutoCapsState, in onCodeInput() method in KeyboardSwitcher
/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/tests/src/com/android/inputmethod/keyboard/internal/
DMockKeyboardSwitcher.java177 public void onCodeInput(final int code) { in onCodeInput() method in MockKeyboardSwitcher
/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
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java445 public InputTransaction onCodeInput(final SettingsValues settingsValues, final Event event, in onCodeInput() method in InputLogic
/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