Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/inputmethodservice/
H A DKeyboardView.java208 private long mLastKeyTime; field in KeyboardView
1270 mLastKeyTime = 0;
1313 mLastKeyTime =
1340 mLastKeyTime = mCurrentKeyTime + eventTime - mLastMoveTime;
1344 if (mCurrentKeyTime < mLastKeyTime && mCurrentKeyTime < DEBOUNCE_TIME
/aosp12/packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
H A 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()
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
H A DInputLogic.java97 private long mLastKeyTime; field in InputLogic
446 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) { in onCodeInput()
449 mLastKeyTime = inputTransaction.mTimestamp; in onCodeInput()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25587 Landroid/inputmethodservice/KeyboardView;->mLastKeyTime:J