Home
last modified time | relevance | path

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

/packages/apps/Dialer/InCallUI/src/com/android/incallui/
DAccessibleAnswerFragment.java82 onText(); in onCreateView()
141 onText(); in onSwipeUp()
DAnswerFragment.java260 public void onText() { in onText() method in AnswerFragment
261 getPresenter().onText(); in onText()
DGlowPadWrapper.java122 mAnswerFragment.onText(); in onTrigger()
DAnswerPresenter.java261 public void onText() { in onText() method in AnswerPresenter
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DDefaultSoftKeyboard.java334 public void onText(CharSequence text) { }
838 public void onText(CharSequence text) {} in onText() method in DefaultSoftKeyboard
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()