Searched refs:mLastKeyTime (Results 1 – 2 of 2) sorted by relevance
224 private long mLastKeyTime; field in KeyboardView1295 mLastKeyTime = 0; in onModifiedTouchEvent()1339 mLastKeyTime = in onModifiedTouchEvent()1366 mLastKeyTime = mCurrentKeyTime + eventTime - mLastMoveTime; in onModifiedTouchEvent()1370 if (mCurrentKeyTime < mLastKeyTime && mCurrentKeyTime < DEBOUNCE_TIME in onModifiedTouchEvent()
97 private long mLastKeyTime; field in InputLogic446 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) { in onCodeInput()449 mLastKeyTime = inputTransaction.mTimestamp; in onCodeInput()