Home
last modified time | relevance | path

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

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
DKeyboardView.java202 private long mLastKeyTime; field in KeyboardView
1215 mLastKeyTime = 0;
1257 mLastKeyTime =
1282 mLastKeyTime = mCurrentKeyTime + eventTime - mLastMoveTime;
1286 if (mCurrentKeyTime < mLastKeyTime && mCurrentKeyTime < DEBOUNCE_TIME
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java107 private long mLastKeyTime; field in InputLogic
454 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) { in onCodeInput()
457 mLastKeyTime = inputTransaction.mTimestamp; in onCodeInput()