HomeSort by relevance Sort by last modified time
    Searched full:pressedkey (Results 1 - 1 of 1) sorted by null

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

Completed in 49 milliseconds