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

  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
EmojiPalettesView.java 591 public void setKeyboardActionListener(final KeyboardActionListener listener) {
593 mDeleteKeyOnTouchListener.setKeyboardActionListener(mKeyboardActionListener);
    [all...]
MainKeyboardView.java 571 public void setKeyboardActionListener(final KeyboardActionListener listener) {
573 PointerTracker.setKeyboardActionListener(listener);
    [all...]
PointerTracker.java 436 public static void setKeyboardActionListener(final KeyboardActionListener listener) {
    [all...]

Completed in 79 milliseconds