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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardActionListener.java104 public static final KeyboardActionListener EMPTY_LISTENER = new Adapter(); field in interface:KeyboardActionListener
H A DTextDecorator.java76 mListener = (listener != null) ? listener : EMPTY_LISTENER;
348 private final static Listener EMPTY_LISTENER = new Listener() { field in class:TextDecorator
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPageKeyboardView.java49 private static final OnKeyEventListener EMPTY_LISTENER = new OnKeyEventListener() { field in class:EmojiPageKeyboardView
56 private OnKeyEventListener mListener = EMPTY_LISTENER;

Completed in 3260 milliseconds