Searched refs:mA11yShortcutChordVolumeUpKeyTime (Results 1 – 1 of 1) sorted by relevance
568 private long mA11yShortcutChordVolumeUpKeyTime; field in PhoneWindowManager1367 && now <= mA11yShortcutChordVolumeUpKeyTime in interceptAccessibilityShortcutChord()1381 if (now <= mA11yShortcutChordVolumeUpKeyTime + SCREENSHOT_CHORD_DEBOUNCE_DELAY_MILLIS in interceptRingerToggleChord()2662 ? mScreenshotChordVolumeDownKeyTime : mA11yShortcutChordVolumeUpKeyTime) in interceptKeyBeforeDispatchingInner()2687 final long timeoutTime = mA11yShortcutChordVolumeUpKeyTime in interceptKeyBeforeDispatchingInner()3783 mA11yShortcutChordVolumeUpKeyTime = event.getDownTime(); in interceptKeyBeforeQueueing()