Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java568 private long mScreenshotChordVolumeDownKeyTime; field in PhoneWindowManager
1353 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()