Searched refs:mScreenshotChordVolumeDownKeyConsumed (Results 1 – 1 of 1) sorted by relevance
569 private boolean mScreenshotChordVolumeDownKeyConsumed; field in PhoneWindowManager1356 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()