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/
DLatinIME.java184 private long mLastKeyTime; field in LatinIME
1267 if (primaryCode != Keyboard.CODE_DELETE || when > mLastKeyTime + QUICK_PRESS) { in onCodeInput()
1270 mLastKeyTime = when; in onCodeInput()