HomeSort by relevance Sort by last modified time
    Searched refs:mKeyboardActionListener (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 163 private OnKeyboardActionListener mKeyboardActionListener;
440 mKeyboardActionListener = listener;
448 return mKeyboardActionListener;
807 mKeyboardActionListener.onText(key.text);
808 mKeyboardActionListener.onRelease(NOT_A_KEY);
818 mKeyboardActionListener.onKey(Keyboard.KEYCODE_DELETE, KEY_DELETE);
824 mKeyboardActionListener.onKey(code, codes);
825 mKeyboardActionListener.onRelease(code);
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
LatinKeyboardView.java 74 private KeyboardActionListener mKeyboardActionListener;
239 mKeyboardActionListener = listener;
249 return mKeyboardActionListener;

Completed in 453 milliseconds