Home
last modified time | relevance | path

Searched defs:currentSceneKey (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/
DSceneContainerStartableTest.kt217 val currentSceneKey by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
229 val currentSceneKey by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
245 val currentSceneKey by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
264 val currentSceneKey by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
296 val currentSceneKey by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
315 val currentSceneKey by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
332 val currentSceneKey by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
357 val currentSceneKey by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
374 val currentSceneKey by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
389 val currentSceneKey by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/
DSceneInteractor.kt210 val currentSceneKey = currentScene.value in <lambda>() constant
243 val currentSceneKey = currentScene.value in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DSceneContainer.kt68 val currentSceneKey: SceneKey by viewModel.currentScene.collectAsStateWithLifecycle() in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/viewmodel/
DSceneContainerViewModel.kt74 .flatMapLatestConflated { currentSceneKey -> in <lambda>() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DBouncerContent.kt516 val currentSceneKey = in FoldAware() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContainer.kt151 val currentSceneKey: SceneKey by in CommunalContainer() constant