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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
KeyboardActionListener.java 102 public static final KeyboardActionListener EMPTY_LISTENER = new Adapter();
  /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 46 milliseconds