Home
last modified time | relevance | path

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

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