Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/policy/
DPhoneWindowManager.java566 private boolean mScreenshotChordVolumeDownKeyConsumed; field in PhoneWindowManager
1353 mScreenshotChordVolumeDownKeyConsumed = true; in interceptScreenshotChord()
1369 mScreenshotChordVolumeDownKeyConsumed = true; in interceptAccessibilityShortcutChord()
2647 && mScreenshotChordVolumeDownKeyConsumed) { in interceptKeyBeforeDispatchingInner()
2649 mScreenshotChordVolumeDownKeyConsumed = false; in interceptKeyBeforeDispatchingInner()
2668 if (keyCode == KeyEvent.KEYCODE_VOLUME_DOWN && mScreenshotChordVolumeDownKeyConsumed) { in interceptKeyBeforeDispatchingInner()
2670 mScreenshotChordVolumeDownKeyConsumed = false; in interceptKeyBeforeDispatchingInner()
3768 mScreenshotChordVolumeDownKeyConsumed = false; in interceptKeyBeforeQueueing()