Home
last modified time | relevance | path

Searched defs:EMPTY_LISTENER (Results 1 – 2 of 2) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
DKeyboardActionListener.java104 public static final KeyboardActionListener EMPTY_LISTENER = new Adapter(); field
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPageKeyboardView.java49 private static final OnKeyEventListener EMPTY_LISTENER = new OnKeyEventListener() { field in EmojiPageKeyboardView