HomeSort by relevance Sort by last modified time
    Searched refs:mLastKeyTime (Results 1 - 3 of 3) sorted by null

  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
KeyboardView.java 202 private long mLastKeyTime;
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
KeyboardView.java 201 private long mLastKeyTime;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 107 private long mLastKeyTime;
454 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) {
457 mLastKeyTime = inputTransaction.mTimestamp;
465 // TODO: Consolidate the double-space period timer, mLastKeyTime, and the space state.
    [all...]

Completed in 163 milliseconds