Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DKeyCombinationManager.java81 boolean shouldInterceptKey(int keyCode) { in shouldInterceptKey() method in KeyCombinationManager.TwoKeysCombinationRule
187 if (rule.shouldInterceptKey(keyCode)) { in interceptKeyLocked()
217 if (rule.shouldInterceptKey(keyCode)) { in interceptKeyLocked()
236 if (rule.shouldInterceptKey(keyCode)) { in getKeyInterceptTimeout()
254 return mTriggeredRule != null && mTriggeredRule.shouldInterceptKey(event.getKeyCode()); in isKeyConsumed()
263 if (forAllActiveRules((rule) -> rule.shouldInterceptKey(KEYCODE_POWER))) { in isPowerKeyIntercepted()
DSingleKeyGestureDetector.java88 private boolean shouldInterceptKey(int keyCode) { in shouldInterceptKey() method in SingleKeyGestureDetector.SingleKeyRule
249 || (mActiveRule != null && !mActiveRule.shouldInterceptKey(keyCode))) { in interceptKeyDown()
262 if (rule.shouldInterceptKey(keyCode)) { in interceptKeyDown()
414 return mActiveRule != null && mActiveRule.shouldInterceptKey(keyCode); in isKeyIntercepted()