Home
last modified time | relevance | path

Searched defs:destinationScenes (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeSceneViewModelTest.kt115 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
129 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
144 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
160 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
177 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
188 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
256 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
265 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
273 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notifications/ui/viewmodel/
DNotificationsShadeSceneViewModelTest.kt64 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_deviceLocked_lockscreen() constant
75 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_deviceUnlocked_gone() constant
86 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() constant
101 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_authMethodSwipe_lockscreenDismissed_goesToGone() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsShadeSceneViewModelTest.kt64 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_deviceLocked_lockscreen() constant
75 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_deviceUnlocked_gone() constant
87 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() constant
102 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_authMethodSwipe_lockscreenDismissed_goesToGone() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ui/viewmodel/
DGoneSceneViewModelTest.kt65 val destinationScenes by collectLastValue(underTest.destinationScenes) in downTransitionKey_splitShadeEnabled_isGoneToSplitShade() constant
76 val destinationScenes by collectLastValue(underTest.destinationScenes) in downTransitionKey_splitShadeDisabled_isNull() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/viewmodel/
DGoneSceneViewModel.kt44 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant
56 private fun destinationScenes( in destinationScenes() method
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/
DSceneFrameworkIntegrationTest.kt248 val destinationScenes by collectLastValue(lockscreenSceneViewModel.destinationScenes) in <lambda>() constant
268 val destinationScenes by collectLastValue(lockscreenSceneViewModel.destinationScenes) in <lambda>() constant
279 val destinationScenes by collectLastValue(shadeSceneViewModel.destinationScenes) in <lambda>() constant
299 val destinationScenes by collectLastValue(shadeSceneViewModel.destinationScenes) in <lambda>() constant
374 val destinationScenes by collectLastValue(lockscreenSceneViewModel.destinationScenes) in <lambda>() constant
396 val destinationScenes by collectLastValue(lockscreenSceneViewModel.destinationScenes) in <lambda>() constant
414 val destinationScenes by collectLastValue(lockscreenSceneViewModel.destinationScenes) in <lambda>() constant
434 val destinationScenes by collectLastValue(lockscreenSceneViewModel.destinationScenes) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenSceneViewModel.kt59 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = in <lambda>() constant
89 private fun destinationScenes( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/ui/viewmodel/
DQuickSettingsSceneViewModel.kt74 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant
92 private fun destinationScenes( in destinationScenes() method
DQuickSettingsShadeSceneViewModel.kt46 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.qs.ui.viewmodel.QuickSettingsShadeSceneViewModel
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/ui/viewmodel/
DLockscreenSceneViewModelTest.kt172 fun destinationScenes() = in <lambda>() method in com.android.systemui.keyguard.ui.viewmodel.LockscreenSceneViewModelTest
200 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModelTest.kt205 fun destinationScenes() = in <lambda>() method in com.android.systemui.bouncer.ui.viewmodel.BouncerViewModelTest
207 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/
DShadeSceneViewModel.kt72 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = in <lambda>() constant
138 private fun destinationScenes( in <lambda>() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/shared/model/
DScene.kt57 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/notifications/ui/viewmodel/
DNotificationsShadeSceneViewModel.kt33 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.notifications.ui.viewmodel.NotificationsShadeSceneViewModel
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/shared/model/
DFakeScene.kt38 override val destinationScenes = constant in com.android.systemui.scene.shared.model.FakeScene
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/
DLockscreenScene.kt45 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalScene.kt48 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.communal.ui.compose.CommunalScene
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/
DBouncerScene.kt59 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.bouncer.ui.composable.BouncerScene
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
DGoneScene.kt62 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.scene.ui.composable.GoneScene
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationsShadeScene.kt68 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/
DQuickSettingsShadeScene.kt76 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.qs.ui.composable.QuickSettingsShadeScene
DQuickSettingsScene.kt127 override val destinationScenes = constant in com.android.systemui.qs.ui.composable.QuickSettingsScene
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/
DBouncerViewModel.kt94 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = in <lambda>() constant
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/
DShadeScene.kt148 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.shade.ui.composable.ShadeScene