Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DOverlayShadeViewModelTest.kt60 val backgroundScene by collectLastValue(underTest.backgroundScene) in backgroundScene_deviceLocked_lockscreen() constant
64 assertThat(backgroundScene).isEqualTo(Scenes.Lockscreen) in backgroundScene_deviceLocked_lockscreen()
70 val backgroundScene by collectLastValue(underTest.backgroundScene) in backgroundScene_deviceUnlocked_gone() constant
75 assertThat(backgroundScene).isEqualTo(Scenes.Gone) in backgroundScene_deviceUnlocked_gone()
81 val backgroundScene by collectLastValue(underTest.backgroundScene) in backgroundScene_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() constant
92 assertThat(backgroundScene).isEqualTo(Scenes.Lockscreen) in backgroundScene_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen()
98 val backgroundScene by collectLastValue(underTest.backgroundScene) in backgroundScene_authMethodSwipe_lockscreenDismissed_goesToGone() constant
109 assertThat(backgroundScene).isEqualTo(Scenes.Gone) in backgroundScene_authMethodSwipe_lockscreenDismissed_goesToGone()
130 val backgroundScene by collectLastValue(underTest.backgroundScene) in onScrimClicked_deviceWasEntered_goesToGone() constant
136 assertThat(backgroundScene).isEqualTo(Scenes.Gone) in onScrimClicked_deviceWasEntered_goesToGone()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DOverlayShade.kt71 val backgroundScene by viewModel.backgroundScene.collectAsStateWithLifecycle() in SceneScope() constant
74 if (backgroundScene == Scenes.Lockscreen) { in SceneScope()
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
DOverlayShadeViewModel.kt43 val backgroundScene: StateFlow<SceneKey> = constant