Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPageKeyboardView.java49 private static final OnKeyEventListener EMPTY_LISTENER = new OnKeyEventListener() { field in EmojiPageKeyboardView
56 private OnKeyEventListener mListener = EMPTY_LISTENER;
DEmojiPalettesView.java90 private KeyboardActionListener mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER;
441 KeyboardActionListener.EMPTY_LISTENER;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardActionListener.java104 public static final KeyboardActionListener EMPTY_LISTENER = new Adapter(); field
DMainKeyboardView.java272 mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER; in MainKeyboardView()
DPointerTracker.java102 private static KeyboardActionListener sListener = KeyboardActionListener.EMPTY_LISTENER;