Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DKeyCombinationManager.java70 private int mKeyCode2; field in KeyCombinationManager.TwoKeysCombinationRule
74 mKeyCode2 = keyCode2; in TwoKeysCombinationRule()
82 return preCondition() && (keyCode == mKeyCode1 || keyCode == mKeyCode2); in shouldInterceptKey()
88 && downTimes.get(mKeyCode2) > 0 in shouldInterceptKeys()
90 && now <= downTimes.get(mKeyCode2) + COMBINE_KEY_DELAY_MILLIS) { in shouldInterceptKeys()
107 + KeyEvent.keyCodeToString(mKeyCode2); in toString()
117 return (mKeyCode1 == that.mKeyCode1 && mKeyCode2 == that.mKeyCode2) || ( in equals()
118 mKeyCode1 == that.mKeyCode2 && mKeyCode2 == that.mKeyCode1); in equals()
126 result = 31 * result + mKeyCode2; in hashCode()