Searched refs:onTextInput (Results 1 – 7 of 7) sorted by relevance
126 mLatinIME.onTextInput(SPECIAL_KEY); in testManuallyPickedWordThenSmiley()137 mLatinIME.onTextInput(SPECIAL_KEY); in testManuallyPickedWordThenDotCom()147 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()
1506 public void onTextInput(final String rawText) { in onTextInput() method in LatinIME1510 mInputLogic.onTextInput(mSettings.getCurrent(), event, in onTextInput()
234 public InputTransaction onTextInput(final SettingsValues settingsValues, final Event event, in onTextInput() method in InputLogic