Searched refs:setKeyboardActionListener (Results 1 - 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPalettesView.java400 public void setKeyboardActionListener(final KeyboardActionListener listener) { method in class:EmojiPalettesView
402 mDeleteKeyOnTouchListener.setKeyboardActionListener(listener);
443 public void setKeyboardActionListener(final KeyboardActionListener listener) { method in class:EmojiPalettesView.DeleteKeyOnTouchListener
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/
H A DKeyboardSwitcher.java472 mKeyboardView.setKeyboardActionListener(mLatinIME);
475 mEmojiPalettesView.setKeyboardActionListener(mLatinIME);
H A DMainKeyboardView.java365 public void setKeyboardActionListener(final KeyboardActionListener listener) { method in class:MainKeyboardView
367 PointerTracker.setKeyboardActionListener(listener);
H A DPointerTracker.java204 public static void setKeyboardActionListener(final KeyboardActionListener listener) { method in class:PointerTracker

Completed in 1139 milliseconds