Searched defs:mLastKeyTime (Results 1 - 2 of 2) sorted by relevance

/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
H A DKeyboardView.java202 private long mLastKeyTime; field in class: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/
H A DLatinIME.java166 private long mLastKeyTime; field in class:LatinIME
1342 if (primaryCode != Keyboard.CODE_DELETE || when > mLastKeyTime + QUICK_PRESS) {
1345 mLastKeyTime = when;
1356 // TODO: Consolidate the double space timer, mLastKeyTime, and the space state.

Completed in 199 milliseconds