Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationShadeWindowController.java141 default void setForceDozeBrightness(boolean forceDozeBrightness) {} in setForceDozeBrightness() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImplTest.java393 mNotificationShadeWindowController.setForceDozeBrightness(true); in batchApplyWindowLayoutParams_doesNotDispatchEvents()
395 mNotificationShadeWindowController.setForceDozeBrightness(true); in batchApplyWindowLayoutParams_doesNotDispatchEvents()
400 mNotificationShadeWindowController.setForceDozeBrightness(false); in batchApplyWindowLayoutParams_doesNotDispatchEvents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DBiometricUnlockController.java485 mNotificationShadeWindowController.setForceDozeBrightness(true); in startWakeAndUnlock()
803 mNotificationShadeWindowController.setForceDozeBrightness(false); in startKeyguardFadingAway()
818 mNotificationShadeWindowController.setForceDozeBrightness(false); in resetMode()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/
DNotificationShadeWindowControllerImpl.java854 public void setForceDozeBrightness(boolean forceDozeBrightness) { in setForceDozeBrightness() method in NotificationShadeWindowControllerImpl