Home
last modified time | relevance | path

Searched refs:destinationScenes (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/
DShadeSceneViewModelTest.kt115 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/
DNotificationsShadeSceneViewModelTest.kt64 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/
DQuickSettingsShadeSceneViewModelTest.kt64 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()
DQuickSettingsSceneViewModelTest.kt109 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/
DGoneSceneViewModelTest.kt65 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/
DSceneFrameworkIntegrationTest.kt248 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/
DGoneSceneViewModel.kt44 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant
46 .map(::destinationScenes)
51 destinationScenes(
56 private fun destinationScenes( in destinationScenes() method
DSceneContainerViewModel.kt67 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/
DShadeSceneViewModel.kt72 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/
DLockscreenSceneViewModel.kt59 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/
DQuickSettingsSceneViewModel.kt74 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant
78 transform = ::destinationScenes,
84 destinationScenes(
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
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/
DLockscreenScene.kt45 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant
46 viewModel.destinationScenes
/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
60 viewModel.destinationScenes
/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
214 assertThat(destinationScenes) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/shared/model/
DScene.kt57 val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> constant
/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
63 viewModel.destinationScenes
DSceneContainer.kt102 viewModel.resolveSceneFamilies(composableScene.destinationScenes.value) in <lambda>()
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/
DNotificationsShadeScene.kt68 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant
69 sceneViewModel.destinationScenes
/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/qs/ui/composable/
DQuickSettingsShadeScene.kt76 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.qs.ui.composable.QuickSettingsShadeScene
77 viewModel.destinationScenes
DQuickSettingsScene.kt127 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/
DCommunalScene.kt48 override val destinationScenes: StateFlow<Map<UserAction, UserActionResult>> = constant in com.android.systemui.communal.ui.compose.CommunalScene

12