Searched defs:onTextInput (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardActionListener.java66 public void onTextInput(String text); method in interface:KeyboardActionListener
114 public void onTextInput(String text) {} method in class:KeyboardActionListener.Adapter
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java234 public InputTransaction onTextInput(final SettingsValues settingsValues, final Event event, method in class:InputLogic
1843 * @param text the raw text supplied to onTextInput
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
H A DLatinIME.java1409 public void onTextInput(final String rawText) { method in class:LatinIME
1413 mInputLogic.onTextInput(mSettings.getCurrent(), event,

Completed in 53 milliseconds