Home
last modified time | relevance | path

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

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