HomeSort by relevance Sort by last modified time
    Searched refs:mLastKeyTime (Results 1 - 4 of 4) 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/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java 224 private long mLastKeyTime;
    [all...]
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
InputLogic.java 97 private long mLastKeyTime;
446 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) {
449 mLastKeyTime = inputTransaction.mTimestamp;
457 // TODO: Consolidate the double-space period timer, mLastKeyTime, and the space state.
    [all...]

Completed in 328 milliseconds