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

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/research/
H A DStatistics.java111 private long mLastTapTime; field in class:Statistics
156 mLastTapTime = 0;
229 final long delta = time - mLastTapTime;
250 mLastTapTime = time;
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java234 private long mLastTapTime; field in class:KeyboardView
871 mLastTapTime = eventTime;
1315 detectAndSendKey(mCurrentKey, key.x, key.y, mLastTapTime);
1378 mLastTapTime = -1;
1387 if (eventTime < mLastTapTime + MULTITAP_INTERVAL
1396 if (eventTime > mLastTapTime + MULTITAP_INTERVAL || keyIndex != mLastSentIndex) {

Completed in 50 milliseconds