Searched refs:BRIGHTNESS_MIRROR (Results 1 – 7 of 7) sorted by relevance
112 expectedState = ScrimState.BRIGHTNESS_MIRROR, in <lambda>()120 expectedState = ScrimState.BRIGHTNESS_MIRROR, in <lambda>()
165 Model(scrimState = ScrimState.BRIGHTNESS_MIRROR, unlocking = unlocking) in <lambda>()
173 BRIGHTNESS_MIRROR { enumConstant
616 mNeedsDrawableColorUpdate = state != ScrimState.BRIGHTNESS_MIRROR; in internalTransitionTo()
2806 mScrimController.legacyTransitionTo(ScrimState.BRIGHTNESS_MIRROR); in updateScrimController()
1178 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()
1407 mScrimController.legacyTransitionTo(ScrimState.BRIGHTNESS_MIRROR); in testConservesExpansionOpacityAfterTransition()1509 ScrimState.DREAMING, ScrimState.BOUNCER_SCRIMMED, ScrimState.BRIGHTNESS_MIRROR, in testIsLowPowerMode()