Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimState.java116 BRIGHTNESS_MIRROR { enumConstant
DScrimController.java328 mNeedsDrawableColorUpdate = state != ScrimState.BRIGHTNESS_MIRROR; in transitionTo()
DStatusBar.java3981 mScrimController.transitionTo(ScrimState.BRIGHTNESS_MIRROR); in updateScrimController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java780 mScrimController.transitionTo(ScrimState.BRIGHTNESS_MIRROR); in testConservesExpansionOpacityAfterTransition()
891 ScrimState.BOUNCER_SCRIMMED, ScrimState.BRIGHTNESS_MIRROR, ScrimState.UNLOCKED, in testIsLowPowerMode()