Searched refs:onTextInput (Results 1 – 7 of 7) sorted by relevance
127 mLatinIME.onTextInput(SPECIAL_KEY); in testManuallyPickedWordThenSmiley()138 mLatinIME.onTextInput(SPECIAL_KEY); in testManuallyPickedWordThenDotCom()148 mLatinIME.onTextInput(SPECIAL_KEY); in testTypeWordTypeDotThenPressDotCom()
66 public void onTextInput(String text); in onTextInput() method114 public void onTextInput(String text) {} in onTextInput() method in KeyboardActionListener.Adapter
198 mListener.onTextInput(mCurrentKey.getOutputText()); in onKeyInput()
295 sListener.onTextInput(key.getOutputText()); in callListenerOnCodeInput()
352 mKeyboardActionListener.onTextInput(key.getOutputText()); in onReleaseKey()
1409 public void onTextInput(final String rawText) { in onTextInput() method in LatinIME1413 mInputLogic.onTextInput(mSettings.getCurrent(), event, in onTextInput()
234 public InputTransaction onTextInput(final SettingsValues settingsValues, final Event event, in onTextInput() method in InputLogic