Searched refs:backgroundScene (Results 1 – 3 of 3) sorted by relevance
60 val backgroundScene by collectLastValue(underTest.backgroundScene) in backgroundScene_deviceLocked_lockscreen() constant64 assertThat(backgroundScene).isEqualTo(Scenes.Lockscreen) in backgroundScene_deviceLocked_lockscreen()70 val backgroundScene by collectLastValue(underTest.backgroundScene) in backgroundScene_deviceUnlocked_gone() constant75 assertThat(backgroundScene).isEqualTo(Scenes.Gone) in backgroundScene_deviceUnlocked_gone()81 val backgroundScene by collectLastValue(underTest.backgroundScene) in backgroundScene_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() constant92 assertThat(backgroundScene).isEqualTo(Scenes.Lockscreen) in backgroundScene_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen()98 val backgroundScene by collectLastValue(underTest.backgroundScene) in backgroundScene_authMethodSwipe_lockscreenDismissed_goesToGone() constant109 assertThat(backgroundScene).isEqualTo(Scenes.Gone) in backgroundScene_authMethodSwipe_lockscreenDismissed_goesToGone()130 val backgroundScene by collectLastValue(underTest.backgroundScene) in onScrimClicked_deviceWasEntered_goesToGone() constant136 assertThat(backgroundScene).isEqualTo(Scenes.Gone) in onScrimClicked_deviceWasEntered_goesToGone()
71 val backgroundScene by viewModel.backgroundScene.collectAsStateWithLifecycle() in SceneScope() constant74 if (backgroundScene == Scenes.Lockscreen) { in SceneScope()
43 val backgroundScene: StateFlow<SceneKey> = constant