/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/ |
D | ShadeSceneViewModelTest.kt | 115 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/ |
D | NotificationsShadeSceneViewModelTest.kt | 64 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/ |
D | QuickSettingsShadeSceneViewModelTest.kt | 64 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/ |
D | GoneSceneViewModelTest.kt | 65 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/ |
D | GoneSceneViewModel.kt | 44 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant 56 private fun destinationScenes( in destinationScenes() method
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ |
D | SceneFrameworkIntegrationTest.kt | 248 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/ |
D | LockscreenSceneViewModel.kt | 59 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/ |
D | QuickSettingsSceneViewModel.kt | 74 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant 92 private fun destinationScenes( in destinationScenes() method
|
D | QuickSettingsShadeSceneViewModel.kt | 46 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/ |
D | LockscreenSceneViewModelTest.kt | 172 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/ |
D | BouncerViewModelTest.kt | 205 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/ |
D | ShadeSceneViewModel.kt | 72 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/ |
D | Scene.kt | 57 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> constant
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/notifications/ui/viewmodel/ |
D | NotificationsShadeSceneViewModel.kt | 33 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/ |
D | FakeScene.kt | 38 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/ |
D | LockscreenScene.kt | 45 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | CommunalScene.kt | 48 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/ |
D | BouncerScene.kt | 59 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/ |
D | GoneScene.kt | 62 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/ |
D | NotificationsShadeScene.kt | 68 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/ |
D | QuickSettingsShadeScene.kt | 76 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.qs.ui.composable.QuickSettingsShadeScene
|
D | QuickSettingsScene.kt | 127 override val destinationScenes = constant in com.android.systemui.qs.ui.composable.QuickSettingsScene
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/bouncer/ui/viewmodel/ |
D | BouncerViewModel.kt | 94 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = in <lambda>() constant
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/ |
D | ShadeScene.kt | 148 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.shade.ui.composable.ShadeScene
|