Searched refs:onText (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
H A DCarLatinIME.java356 public void onText(CharSequence text) {
406 public void onText(CharSequence text) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DDefaultSoftKeyboard.java334 public void onText(CharSequence text) { }
837 /** @see jp.co.omronsoft.openwnn.KeyboardView.OnKeyboardActionListener#onText */
838 public void onText(CharSequence text) {} method in class:DefaultSoftKeyboard
H A DKeyboardView.java99 void onText(CharSequence text); method in interface:KeyboardView.OnKeyboardActionListener
852 mKeyboardActionListener.onText(key.text);
1081 public void onText(CharSequence text) {
1082 mKeyboardActionListener.onText(text);
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java115 void onText(CharSequence text); method in interface:KeyboardView.OnKeyboardActionListener
944 mKeyboardActionListener.onText(key.text);

Completed in 105 milliseconds