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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
H A DAccessibleAnswerFragment.java82 onText();
141 onText();
H A DGlowPadWrapper.java122 mAnswerFragment.onText();
H A DAnswerFragment.java260 public void onText() { method in class:AnswerFragment
261 getPresenter().onText();
H A DAnswerPresenter.java261 public void onText() { method in class:AnswerPresenter
/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);

Completed in 125 milliseconds