Searched refs:LONG_PRESS_MILLISECONDS (Results 1 – 2 of 2) sorted by relevance
178 public static final int LONG_PRESS_MILLISECONDS = 200; field in Constants
446 || inputTransaction.mTimestamp > mLastKeyTime + Constants.LONG_PRESS_MILLISECONDS) { in onCodeInput()