/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 121 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene) in <lambda>() 129 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant 136 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene) in <lambda>() 144 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant 152 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene) in <lambda>() 160 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant 169 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene) in <lambda>() 177 val destinationScenes by collectLastValue(underTest.destinationScenes) in <lambda>() constant 181 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Up))?.transitionKey) in <lambda>() [all …]
|
/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 67 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_deviceLocked_lockscreen() 75 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_deviceUnlocked_gone() constant 79 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_deviceUnlocked_gone() 86 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() constant 93 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() 101 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_authMethodSwipe_lockscreenDismissed_goesToGone() constant 110 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_authMethodSwipe_lockscreenDismissed_goesToGone()
|
/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 68 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_deviceLocked_lockscreen() 75 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_deviceUnlocked_gone() constant 80 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_deviceUnlocked_gone() 87 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() constant 95 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_authMethodSwipe_lockscreenNotDismissed_goesToLockscreen() 102 val destinationScenes by collectLastValue(underTest.destinationScenes) in upTransitionSceneKey_authMethodSwipe_lockscreenDismissed_goesToGone() constant 111 assertThat(destinationScenes?.get(Swipe.Up)?.toScene).isEqualTo(SceneFamilies.Home) in upTransitionSceneKey_authMethodSwipe_lockscreenDismissed_goesToGone()
|
D | QuickSettingsSceneViewModelTest.kt | 109 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenNotCustomizing_unlocked() 138 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenNotCustomizing_withPreviousSceneLockscreen() 166 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenNotCustomizing_authMethodSwipe_lockscreenNotDismissed() 192 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenCustomizing_noDestinations() 202 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenNotCustomizing_inSplitShade_unlocked() 230 val destinations by collectLastValue(underTest.destinationScenes) in destinations_whenCustomizing_inSplitShade_noDestinations()
|
/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 69 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Down))?.transitionKey) in downTransitionKey_splitShadeEnabled_isGoneToSplitShade() 76 val destinationScenes by collectLastValue(underTest.destinationScenes) in downTransitionKey_splitShadeDisabled_isNull() constant 80 assertThat(destinationScenes?.get(Swipe(SwipeDirection.Down))?.transitionKey).isNull() in downTransitionKey_splitShadeDisabled_isNull()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ |
D | SceneFrameworkIntegrationTest.kt | 248 val destinationScenes by collectLastValue(lockscreenSceneViewModel.destinationScenes) in <lambda>() constant 249 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 268 val destinationScenes by collectLastValue(lockscreenSceneViewModel.destinationScenes) in <lambda>() constant 269 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 279 val destinationScenes by collectLastValue(shadeSceneViewModel.destinationScenes) in <lambda>() constant 288 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 299 val destinationScenes by collectLastValue(shadeSceneViewModel.destinationScenes) in <lambda>() constant 316 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() 374 val destinationScenes by collectLastValue(lockscreenSceneViewModel.destinationScenes) in <lambda>() constant 375 val upDestinationSceneKey = destinationScenes?.get(Swipe.Up)?.toScene in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/ui/viewmodel/ |
D | GoneSceneViewModel.kt | 44 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant 46 .map(::destinationScenes) 51 destinationScenes( 56 private fun destinationScenes( in destinationScenes() method
|
D | SceneContainerViewModel.kt | 67 scene.key to scene.destinationScenes.flatMapLatestConflated { replaceSceneFamilies(it) } in <lambda>() 165 destinationScenes: Map<UserAction, UserActionResult>, in <lambda>() 167 return destinationScenes in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/ui/viewmodel/ |
D | ShadeSceneViewModel.kt | 72 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = in <lambda>() constant 77 destinationScenes( in <lambda>() 86 destinationScenes( in <lambda>() 93 destinationScenes.map { it[Swipe(SwipeDirection.Up)]?.toScene } in <lambda>() 138 private fun destinationScenes( in <lambda>() method
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ui/viewmodel/ |
D | LockscreenSceneViewModel.kt | 59 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = in <lambda>() constant 70 destinationScenes( in <lambda>() 82 destinationScenes( in <lambda>() 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 78 transform = ::destinationScenes, 84 destinationScenes( 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 202 destinationScenes?.get( in <lambda>() 234 destinationScenes?.get(Swipe(SwipeDirection.Up))?.toScene?.let { scene -> in <lambda>() 249 destinationScenes?.get(Swipe(SwipeDirection.Left))?.toScene?.let { scene -> in <lambda>()
|
/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 46 viewModel.destinationScenes
|
/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 60 viewModel.destinationScenes
|
/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 214 assertThat(destinationScenes) in <lambda>()
|
/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/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 63 viewModel.destinationScenes
|
D | SceneContainer.kt | 102 viewModel.resolveSceneFamilies(composableScene.destinationScenes.value) in <lambda>()
|
/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 69 sceneViewModel.destinationScenes
|
/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/qs/ui/composable/ |
D | QuickSettingsShadeScene.kt | 76 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.qs.ui.composable.QuickSettingsShadeScene 77 viewModel.destinationScenes
|
D | QuickSettingsScene.kt | 127 override val destinationScenes = constant in com.android.systemui.qs.ui.composable.QuickSettingsScene 128 viewModel.destinationScenes.stateIn(
|
/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
|