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.java569 private boolean mScreenshotChordVolumeDownKeyConsumed; field in PhoneWindowManager
1356 mScreenshotChordVolumeDownKeyConsumed = true; in interceptScreenshotChord()
1372 mScreenshotChordVolumeDownKeyConsumed = true; in interceptAccessibilityShortcutChord()
2662 && mScreenshotChordVolumeDownKeyConsumed) { in interceptKeyBeforeDispatchingInner()
2664 mScreenshotChordVolumeDownKeyConsumed = false; in interceptKeyBeforeDispatchingInner()
2683 if (keyCode == KeyEvent.KEYCODE_VOLUME_DOWN && mScreenshotChordVolumeDownKeyConsumed) { in interceptKeyBeforeDispatchingInner()
2685 mScreenshotChordVolumeDownKeyConsumed = false; in interceptKeyBeforeDispatchingInner()
3783 mScreenshotChordVolumeDownKeyConsumed = false; in interceptKeyBeforeQueueing()