Home | History | Annotate | Download | only in inputmethodservice

Lines Matching refs:onText

107         void onText(CharSequence text);
807 mKeyboardActionListener.onText(key.text);
1104 public void onText(CharSequence text) {
1105 mKeyboardActionListener.onText(text);