Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DScrimController.java590 if (mState == ScrimState.GLANCEABLE_HUB_OVER_DREAM) { in internalTransitionTo()
802 || mState == ScrimState.GLANCEABLE_HUB_OVER_DREAM in calculateAndUpdatePanelExpansion()
910 || mState == ScrimState.GLANCEABLE_HUB_OVER_DREAM) { in setBouncerHiddenFraction()
993 || mState == ScrimState.GLANCEABLE_HUB_OVER_DREAM) { in applyState()
1021 if ((mState == ScrimState.DREAMING || mState == ScrimState.GLANCEABLE_HUB_OVER_DREAM) in applyState()
DScrimState.java336 GLANCEABLE_HUB_OVER_DREAM { enumConstant
DCentralSurfacesImpl.java2826 mScrimController.legacyTransitionTo(ScrimState.GLANCEABLE_HUB_OVER_DREAM); in updateScrimController()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/startable/
DScrimStartable.kt180 Model(scrimState = ScrimState.GLANCEABLE_HUB_OVER_DREAM, unlocking = false) in <lambda>()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
DScrimControllerTest.java805 mScrimController.legacyTransitionTo(ScrimState.GLANCEABLE_HUB_OVER_DREAM); in transitionToHubOverDream()
817 mScrimController.legacyTransitionTo(ScrimState.GLANCEABLE_HUB_OVER_DREAM); in openBouncerOnHubOverDream()
834 mScrimController.legacyTransitionTo(ScrimState.GLANCEABLE_HUB_OVER_DREAM); in openBouncerOnHubOverDream()
846 mScrimController.legacyTransitionTo(ScrimState.GLANCEABLE_HUB_OVER_DREAM); in openShadeOnHubOverDream()
1512 ScrimState.GLANCEABLE_HUB_OVER_DREAM)); in testIsLowPowerMode()
DCentralSurfacesImplTest.java954 verify(mScrimController).legacyTransitionTo(ScrimState.GLANCEABLE_HUB_OVER_DREAM); in testEnteringGlanceableHub_whenDreaming_updatesScrim()
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DScrimStartableTest.kt170 expectedState = ScrimState.GLANCEABLE_HUB_OVER_DREAM, in <lambda>()