Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DKeyCombinationManager.java81 boolean shouldInterceptKey(int keyCode) { in shouldInterceptKey() method in KeyCombinationManager.TwoKeysCombinationRule
154 if (rule.shouldInterceptKey(keyCode)) { in interceptKeyLocked()
184 if (rule.shouldInterceptKey(keyCode)) { in interceptKeyLocked()
198 if (forAllActiveRules((rule) -> rule.shouldInterceptKey(keyCode))) { in getKeyInterceptTimeout()
213 return mTriggeredRule != null && mTriggeredRule.shouldInterceptKey(event.getKeyCode()); in isKeyConsumed()
222 if (forAllActiveRules((rule) -> rule.shouldInterceptKey(KEYCODE_POWER))) { in isPowerKeyIntercepted()
H A DSingleKeyGestureDetector.java104 private boolean shouldInterceptKey(int keyCode) { in shouldInterceptKey() method in SingleKeyGestureDetector.SingleKeyRule
215 || (mActiveRule != null && !mActiveRule.shouldInterceptKey(keyCode))) { in interceptKeyDown()
228 if (rule.shouldInterceptKey(keyCode)) { in interceptKeyDown()
340 return mActiveRule != null && mActiveRule.shouldInterceptKey(keyCode); in isKeyIntercepted()
/aosp12/frameworks/base/services/
H A Dart-profile35078 HPLcom/android/server/policy/KeyCombinationManager$TwoKeysCombinationRule;->shouldInterceptKey(I)Z+…
35537 HPLcom/android/server/policy/SingleKeyGestureDetector$SingleKeyRule;->shouldInterceptKey(I)Z