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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
H A DEmojiPageKeyboardView.java131 private Runnable mPendingKeyDown; field in class:EmojiPageKeyboardView
150 mPendingKeyDown = null;
157 mHandler.removeCallbacks(mPendingKeyDown);
158 mPendingKeyDown = null;
176 mPendingKeyDown = new Runnable() {
182 mHandler.postDelayed(mPendingKeyDown, KEY_PRESS_DELAY_TIME);
194 final Runnable pendingKeyDown = mPendingKeyDown;

Completed in 53 milliseconds