Searched refs:mLastKeyTime (Results 1 – 2 of 2) sorted by relevance
202 private long mLastKeyTime; field in KeyboardView1215 mLastKeyTime = 0;1257 mLastKeyTime =1282 mLastKeyTime = mCurrentKeyTime + eventTime - mLastMoveTime;1286 if (mCurrentKeyTime < mLastKeyTime && mCurrentKeyTime < DEBOUNCE_TIME
107 private long mLastKeyTime; field in InputLogic454 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) { in onCodeInput()457 mLastKeyTime = inputTransaction.mTimestamp; in onCodeInput()