Home
last modified time | relevance | path

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

/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
DKeyboardView.java224 private long mLastKeyTime; field in KeyboardView
1295 mLastKeyTime = 0; in onModifiedTouchEvent()
1339 mLastKeyTime = in onModifiedTouchEvent()
1366 mLastKeyTime = mCurrentKeyTime + eventTime - mLastMoveTime; in onModifiedTouchEvent()
1370 if (mCurrentKeyTime < mLastKeyTime && mCurrentKeyTime < DEBOUNCE_TIME in onModifiedTouchEvent()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java97 private long mLastKeyTime; field in InputLogic
446 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) { in onCodeInput()
449 mLastKeyTime = inputTransaction.mTimestamp; in onCodeInput()