HomeSort by relevance Sort by last modified time
    Searched refs:EMPTY_LISTENER (Results 1 - 5 of 5) sorted by null

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 102 public static final KeyboardActionListener EMPTY_LISTENER = new Adapter();
EmojiPalettesView.java 90 private KeyboardActionListener mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER;
    [all...]
MainKeyboardView.java 514 mKeyboardActionListener = KeyboardActionListener.EMPTY_LISTENER;
    [all...]
PointerTracker.java 195 private KeyboardActionListener mListener = KeyboardActionListener.EMPTY_LISTENER;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
ScrollKeyboardView.java 46 private static final OnKeyClickListener EMPTY_LISTENER = new OnKeyClickListener() {
51 private OnKeyClickListener mListener = EMPTY_LISTENER;

Completed in 43 milliseconds