Searched refs:mLastKeyTime (Results 1 – 4 of 4) sorted by relevance
208 private long mLastKeyTime; field in KeyboardView1270 mLastKeyTime = 0;1313 mLastKeyTime =1340 mLastKeyTime = mCurrentKeyTime + eventTime - mLastMoveTime;1344 if (mCurrentKeyTime < mLastKeyTime && mCurrentKeyTime < DEBOUNCE_TIME
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()
25587 Landroid/inputmethodservice/KeyboardView;->mLastKeyTime:J