Searched refs:mKeyCode1 (Results 1 – 1 of 1) sorted by relevance
69 private int mKeyCode1; field in KeyCombinationManager.TwoKeysCombinationRule73 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()106 return KeyEvent.keyCodeToString(mKeyCode1) + " + " in toString()117 return (mKeyCode1 == that.mKeyCode1 && mKeyCode2 == that.mKeyCode2) || ( in equals()118 mKeyCode1 == that.mKeyCode2 && mKeyCode2 == that.mKeyCode1); in equals()125 int result = mKeyCode1; in hashCode()