Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
DConstants.java178 public static final int LONG_PRESS_MILLISECONDS = 200; field in Constants
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/inputlogic/
DInputLogic.java446 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) { in onCodeInput()