Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/policy/
H A DKeyCombinationManager.java69 private int mKeyCode1; field in KeyCombinationManager.TwoKeysCombinationRule
73 mKeyCode1 = keyCode1; in TwoKeysCombinationRule()
82 return preCondition() && (keyCode == mKeyCode1 || keyCode == mKeyCode2); in shouldInterceptKey()
87 if (downTimes.get(mKeyCode1) > 0 in shouldInterceptKeys()
89 && now <= downTimes.get(mKeyCode1) + COMBINE_KEY_DELAY_MILLIS in shouldInterceptKeys()
101 return KeyEvent.keyCodeToString(mKeyCode1) + " + " in toString()