Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DNotificationShadeWindowController.java427 if (state.mForceDozeBrightness) { in applyBrightness()
565 mCurrentState.mForceDozeBrightness = forceDozeBrightness; in setForceDozeBrightness()
660 boolean mForceDozeBrightness; field in NotificationShadeWindowController.State