Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java236 private static final int MULTITAP_INTERVAL = 800; field in KeyboardView
1387 if (eventTime < mLastTapTime + MULTITAP_INTERVAL in checkMultiTap()
1396 if (eventTime > mLastTapTime + MULTITAP_INTERVAL || keyIndex != mLastSentIndex) { in checkMultiTap()