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