Searched refs:shouldInterceptKey (Results 1 – 3 of 3) sorted by relevance
81 boolean shouldInterceptKey(int keyCode) { in shouldInterceptKey() method in KeyCombinationManager.TwoKeysCombinationRule154 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()
104 private boolean shouldInterceptKey(int keyCode) { in shouldInterceptKey() method in SingleKeyGestureDetector.SingleKeyRule215 || (mActiveRule != null && !mActiveRule.shouldInterceptKey(keyCode))) { in interceptKeyDown()228 if (rule.shouldInterceptKey(keyCode)) { in interceptKeyDown()340 return mActiveRule != null && mActiveRule.shouldInterceptKey(keyCode); in isKeyIntercepted()
35078 HPLcom/android/server/policy/KeyCombinationManager$TwoKeysCombinationRule;->shouldInterceptKey(I)Z+…35537 HPLcom/android/server/policy/SingleKeyGestureDetector$SingleKeyRule;->shouldInterceptKey(I)Z