Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/emoji/
DEmojiPageKeyboardView.java41 private static final long KEY_PRESS_DELAY_TIME = 250; // msec field in EmojiPageKeyboardView
182 mHandler.postDelayed(mPendingKeyDown, KEY_PRESS_DELAY_TIME); in onDown()