Home
last modified time | relevance | path

Searched refs:pressedKey (Results 1 – 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPageKeyboardView.java149 void callListenerOnPressKey(final Key pressedKey) { in callListenerOnPressKey() argument
151 pressedKey.onPressed(); in callListenerOnPressKey()
152 invalidateKey(pressedKey); in callListenerOnPressKey()
153 mListener.onPressKey(pressedKey); in callListenerOnPressKey()