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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 64 public void onTextInput(CharSequence text);
85 public void onTextInput(CharSequence text) {}
MoreKeysKeyboardView.java 56 public void onTextInput(CharSequence text) {
57 mListener.onTextInput(text);
PointerTracker.java 286 mListener.onTextInput(key.mOutputText);
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
PunctuationTests.java 123 mLatinIME.onTextInput(SPECIAL_KEY);
134 mLatinIME.onTextInput(SPECIAL_KEY);
144 mLatinIME.onTextInput(SPECIAL_KEY);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
LatinIME.java     [all...]

Completed in 5284 milliseconds