Searched defs:MULTITAP_INTERVAL (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A DKeyboardView.java256 private static final int MULTITAP_INTERVAL = 800; // milliseconds field in class:KeyboardView
1475 if (eventTime < mLastTapTime + MULTITAP_INTERVAL
1484 if (eventTime > mLastTapTime + MULTITAP_INTERVAL || keyIndex != mLastSentIndex) {
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java236 private static final int MULTITAP_INTERVAL = 800; field in class:KeyboardView
1387 if (eventTime < mLastTapTime + MULTITAP_INTERVAL
1396 if (eventTime > mLastTapTime + MULTITAP_INTERVAL || keyIndex != mLastSentIndex) {

Completed in 143 milliseconds