Searched refs:downTimes (Results 1 – 1 of 1) sorted by relevance
85 boolean shouldInterceptKeys(SparseLongArray downTimes) { in shouldInterceptKeys() argument87 if (downTimes.get(mKeyCode1) > 0 in shouldInterceptKeys()88 && downTimes.get(mKeyCode2) > 0 in shouldInterceptKeys()89 && now <= downTimes.get(mKeyCode1) + COMBINE_KEY_DELAY_MILLIS in shouldInterceptKeys()90 && now <= downTimes.get(mKeyCode2) + COMBINE_KEY_DELAY_MILLIS) { in shouldInterceptKeys()