Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DKeyCombinationManager.java54 private static final long COMBINE_KEY_DELAY_MILLIS = 150; field in KeyCombinationManager
89 && now <= downTimes.get(mKeyCode1) + COMBINE_KEY_DELAY_MILLIS in shouldInterceptKeys()
90 && now <= downTimes.get(mKeyCode2) + COMBINE_KEY_DELAY_MILLIS) { in shouldInterceptKeys()
98 return COMBINE_KEY_DELAY_MILLIS; in getKeyInterceptDelayMs()
166 && eventTime > mDownTimes.valueAt(0) + COMBINE_KEY_DELAY_MILLIS) { in interceptKeyLocked()
241 delayMs = Math.min(delayMs, COMBINE_KEY_DELAY_MILLIS); in getKeyInterceptTimeout()