Searched refs:backScene (Results 1 – 6 of 6) sorted by relevance
64 private val backScene: StateFlow<SceneKey> = constant65 sceneBackInteractor.backScene77 backScene,86 backScene = backScene.value,94 backScene: SceneKey?, in destinationScenes()104 put(Back, UserActionResult(backScene ?: Scenes.Shade)) in destinationScenes()105 put(Swipe(SwipeDirection.Up), UserActionResult(backScene ?: Scenes.Shade)) in destinationScenes()
177 val backScene by collectLastValue(underTest.backScene) in <lambda>() constant185 .that(backScene) in <lambda>()
141 val backScene by collectLastValue(sceneBackInteractor.backScene) in destinations_whenNotCustomizing_withPreviousSceneLockscreen() constant146 assertThat(backScene).isEqualTo(Scenes.Lockscreen) in destinations_whenNotCustomizing_withPreviousSceneLockscreen()
57 val backScene: Flow<SceneKey?> = backStack.map { it.peek() } in <lambda>() constant in com.android.systemui.scene.domain.interactor.SceneBackInteractor
98 sceneBackInteractor.backScene in <lambda>()
312 sceneBackInteractor.backScene in <lambda>()