HomeSort by relevance Sort by last modified time
    Searched refs:onTextInput (Results 1 - 6 of 6) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 64 public void onTextInput(String text);
112 public void onTextInput(String text) {}
MoreKeysKeyboardView.java 140 mListener.onTextInput(mCurrentKey.getOutputText());
EmojiPalettesView.java 565 mKeyboardActionListener.onTextInput(key.getOutputText());
    [all...]
PointerTracker.java 549 mListener.onTextInput(key.getOutputText());
    [all...]
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java 126 mLatinIME.onTextInput(SPECIAL_KEY);
137 mLatinIME.onTextInput(SPECIAL_KEY);
147 mLatinIME.onTextInput(SPECIAL_KEY);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 130 milliseconds