Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DScrimStartableTest.kt112 expectedState = ScrimState.BRIGHTNESS_MIRROR, in <lambda>()
120 expectedState = ScrimState.BRIGHTNESS_MIRROR, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DScrimStartable.kt165 Model(scrimState = ScrimState.BRIGHTNESS_MIRROR, unlocking = unlocking) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimState.java173 BRIGHTNESS_MIRROR { enumConstant
DScrimController.java616 mNeedsDrawableColorUpdate = state != ScrimState.BRIGHTNESS_MIRROR; in internalTransitionTo()
DCentralSurfacesImpl.java2806 mScrimController.legacyTransitionTo(ScrimState.BRIGHTNESS_MIRROR); in updateScrimController()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DCentralSurfacesImplTest.java1178 verify(mScrimController, atLeastOnce()).transitionTo(ScrimState.BRIGHTNESS_MIRROR); in brightnesShowingChanged_flagEnabled_ScrimControllerNotified()
1185 assertThat(captor.getValue()).isNotEqualTo(ScrimState.BRIGHTNESS_MIRROR); in brightnesShowingChanged_flagEnabled_ScrimControllerNotified()
1195 verify(mScrimController, never()).legacyTransitionTo(ScrimState.BRIGHTNESS_MIRROR); in brightnesShowingChanged_flagDisabled_ScrimControllerNotified()
1197 .legacyTransitionTo(eq(ScrimState.BRIGHTNESS_MIRROR), any()); in brightnesShowingChanged_flagDisabled_ScrimControllerNotified()
DScrimControllerTest.java1407 mScrimController.legacyTransitionTo(ScrimState.BRIGHTNESS_MIRROR); in testConservesExpansionOpacityAfterTransition()
1509 ScrimState.DREAMING, ScrimState.BOUNCER_SCRIMMED, ScrimState.BRIGHTNESS_MIRROR, in testIsLowPowerMode()