Home
last modified time | relevance | path

Searched refs:onTextInput (Results 1 – 7 of 7) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
DPunctuationTests.java127 mLatinIME.onTextInput(SPECIAL_KEY); in testManuallyPickedWordThenSmiley()
138 mLatinIME.onTextInput(SPECIAL_KEY); in testManuallyPickedWordThenDotCom()
148 mLatinIME.onTextInput(SPECIAL_KEY); in testTypeWordTypeDotThenPressDotCom()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardActionListener.java66 public void onTextInput(String text); in onTextInput() method
114 public void onTextInput(String text) {} in onTextInput() method in KeyboardActionListener.Adapter
DMoreKeysKeyboardView.java198 mListener.onTextInput(mCurrentKey.getOutputText()); in onKeyInput()
DPointerTracker.java295 sListener.onTextInput(key.getOutputText()); in callListenerOnCodeInput()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPalettesView.java352 mKeyboardActionListener.onTextInput(key.getOutputText()); in onReleaseKey()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DLatinIME.java1409 public void onTextInput(final String rawText) { in onTextInput() method in LatinIME
1413 mInputLogic.onTextInput(mSettings.getCurrent(), event, in onTextInput()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java234 public InputTransaction onTextInput(final SettingsValues settingsValues, final Event event, in onTextInput() method in InputLogic