Searched refs:mScreenshotChordVolumeDownKeyTime (Results 1 – 1 of 1) sorted by relevance
568 private long mScreenshotChordVolumeDownKeyTime; field in PhoneWindowManager1353 if (now <= mScreenshotChordVolumeDownKeyTime + SCREENSHOT_CHORD_DEBOUNCE_DELAY_MILLIS in interceptScreenshotChord()1369 if (now <= mScreenshotChordVolumeDownKeyTime + SCREENSHOT_CHORD_DEBOUNCE_DELAY_MILLIS in interceptAccessibilityShortcutChord()2655 final long timeoutTime = mScreenshotChordVolumeDownKeyTime in interceptKeyBeforeDispatchingInner()2677 ? mScreenshotChordVolumeDownKeyTime : mA11yShortcutChordVolumeUpKeyTime) in interceptKeyBeforeDispatchingInner()3782 mScreenshotChordVolumeDownKeyTime = event.getDownTime(); in interceptKeyBeforeQueueing()