Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/
DCarLatinIME.java325 public void onText(CharSequence text) {
375 public void onText(CharSequence text) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java99 void onText(CharSequence text); in onText() method
852 mKeyboardActionListener.onText(key.text); in detectAndSendKey()
1081 public void onText(CharSequence text) { in onLongPress()
1082 mKeyboardActionListener.onText(text); in onLongPress()
DDefaultSoftKeyboard.java334 public void onText(CharSequence text) { }
838 public void onText(CharSequence text) {} in onText() method in DefaultSoftKeyboard
/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java115 void onText(CharSequence text); in onText() method
946 mKeyboardActionListener.onText(key.text); in detectAndSendKey()