Home
last modified time | relevance | path

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

/packages/apps/InCallUI/src/com/android/incallui/
DGlowPadWrapper.java123 mAnswerListener.onText(); in onTrigger()
157 void onText(); in onText() method
DAnswerFragment.java350 public void onText() { in onText() method in AnswerFragment
351 getPresenter().onText(); in onText()
DAnswerPresenter.java160 public void onText() { in onText() method in AnswerPresenter
/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