/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/ |
H A D | SceneInteractorTest.kt | 93 val currentScene by collectLastValue(underTest.currentScene) in changeScene_toUnknownScene_doesNothing() constant 104 val currentScene by collectLastValue(underTest.currentScene) in changeScene() constant 114 val currentScene by collectLastValue(underTest.currentScene) in changeScene_toGoneWhenUnl_doesNotThrow() constant 133 val currentScene by collectLastValue(underTest.currentScene) in changeScene_toGoneWhenTransitionToLockedFromGone() constant 157 val currentScene by collectLastValue(underTest.currentScene) in changeScene_toHomeSceneFamily() constant 168 val currentScene by collectLastValue(underTest.currentScene) in snapToScene_toUnknownScene_doesNothing() constant 179 val currentScene by collectLastValue(underTest.currentScene) in snapToScene() constant 189 val currentScene by collectLastValue(underTest.currentScene) in snapToScene_toGoneWhenUnl_doesNotThrow() constant 208 val currentScene by collectLastValue(underTest.currentScene) in snapToScene_toHomeSceneFamily() constant 219 val currentScene by collectLastValue(underTest.currentScene) in sceneChanged_inDataSource() constant [all …]
|
H A D | SceneBackInteractorTest.kt | 198 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 217 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ |
H A D | ShadeInteractorSceneContainerImplTest.kt | 602 val currentScene by collectLastValue(sceneInteractor.currentScene) in expandNotificationsShade_dualShade_opensOverlay() constant 618 val currentScene by collectLastValue(sceneInteractor.currentScene) in expandNotificationsShade_singleShade_switchesToShadeScene() constant 633 val currentScene by collectLastValue(sceneInteractor.currentScene) in expandNotificationsShade_dualShadeQuickSettingsOpen_replacesOverlay() constant 648 val currentScene by collectLastValue(sceneInteractor.currentScene) in expandQuickSettingsShade_dualShade_opensOverlay() constant 664 val currentScene by collectLastValue(sceneInteractor.currentScene) in expandQuickSettingsShade_singleShade_switchesToQuickSettingsScene() constant 680 val currentScene by collectLastValue(sceneInteractor.currentScene) in expandQuickSettingsShade_splitShade_switchesToShadeScene() constant 695 val currentScene by collectLastValue(sceneInteractor.currentScene) in expandQuickSettingsShade_dualShadeNotificationsOpen_replacesOverlay() constant 710 val currentScene by collectLastValue(sceneInteractor.currentScene) in collapseNotificationsShade_dualShade_hidesOverlay() constant 725 val currentScene by collectLastValue(sceneInteractor.currentScene) in collapseNotificationsShade_singleShade_switchesToLockscreen() constant 741 val currentScene by collectLastValue(sceneInteractor.currentScene) in collapseQuickSettingsShade_dualShade_hidesOverlay() constant [all …]
|
H A D | PanelExpansionInteractorImplTest.kt | 223 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 261 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/ |
H A D | CommunalSceneInteractorTest.kt | 79 val currentScene by collectLastValue(underTest.currentScene) in changeScene() constant 93 val currentScene by collectLastValue(underTest.currentScene) in changeScene_callsSceneStateProcessor() constant 109 val currentScene by collectLastValue(underTest.currentScene) in changeScene_doesNotCallSceneStateProcessorForDuplicateState() constant 122 val currentScene by collectLastValue(underTest.currentScene) in snapToScene() constant 134 val currentScene by collectLastValue(underTest.currentScene) in snapToSceneWithDelay() constant 317 val currentScene by collectLastValue(underTest.currentScene) in changeScene_legacyCommunalScene_mapToStfScene() constant 339 val currentScene by collectLastValue(underTest.currentScene) in changeScene_stfScenes() constant 361 val currentScene by collectLastValue(underTest.currentScene) in snapToScene_legacyCommunalScene_mapToStfScene() constant 383 val currentScene by collectLastValue(underTest.currentScene) in snapToScene_stfScenes() constant
|
H A D | CommunalInteractorTest.kt | 528 val currentScene = CommunalScenes.Communal in <lambda>() constant 546 val currentScene = CommunalScenes.Communal in <lambda>() constant 594 val currentScene = CommunalScenes.Blank in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/ |
H A D | SceneContainerStartableTest.kt | 1365 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 1738 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 1761 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 2139 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 2153 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 2176 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 2204 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 2223 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 2237 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 2251 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant [all …]
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/shared/model/ |
H A D | SceneDataSourceDelegatorTest.kt | 47 val currentScene by collectLastValue(underTest.currentScene) in currentScene_withoutDelegate_startsWithInitialScene() constant 56 val currentScene by collectLastValue(underTest.currentScene) in currentScene_withoutDelegate_doesNothing() constant 68 val currentScene by collectLastValue(underTest.currentScene) in currentScene_withDelegate_startsWithInitialScene() constant 75 val currentScene by collectLastValue(underTest.currentScene) in currentScene_withDelegate_changesScenes() constant 86 val currentScene by collectLastValue(underTest.currentScene) in currentScene_reflectsDelegate() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/ui/viewmodel/ |
H A D | SceneContainerViewModelTest.kt | 129 val currentScene by collectLastValue(underTest.currentScene) in <lambda>() constant 140 val currentScene by collectLastValue(underTest.currentScene) in <lambda>() constant 157 val currentScene by collectLastValue(underTest.currentScene) in <lambda>() constant 175 val currentScene by collectLastValue(underTest.currentScene) in <lambda>() constant 197 val currentScene by collectLastValue(underTest.currentScene) in <lambda>() constant 218 val currentScene by collectLastValue(underTest.currentScene) in <lambda>() constant 290 val currentScene by collectLastValue(underTest.currentScene) in <lambda>() constant 308 val currentScene by collectLastValue(underTest.currentScene) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/ |
H A D | WindowManagerLockscreenVisibilityInteractorTest.kt | 203 val currentScene by collectLastValue(kosmos.sceneInteractor.currentScene) in <lambda>() constant 255 val currentScene by collectLastValue(kosmos.sceneInteractor.currentScene) in <lambda>() constant 318 val currentScene by collectLastValue(kosmos.sceneInteractor.currentScene) in <lambda>() constant 343 val currentScene by collectLastValue(kosmos.sceneInteractor.currentScene) in <lambda>() constant 899 val currentScene by collectLastValue(kosmos.sceneInteractor.currentScene) in <lambda>() constant 983 val currentScene by collectLastValue(kosmos.sceneInteractor.currentScene) in <lambda>() constant
|
H A D | KeyguardTransitionScenariosTest.kt | 1397 val currentScene = CommunalScenes.Blank in dreamingToGlanceableHub() constant 1438 val currentScene = CommunalScenes.Blank in dreamingToGlanceableHub_communalKtfRefactor() constant 1602 val currentScene = CommunalScenes.Blank in lockscreenToGlanceableHub() constant 1661 val currentScene = CommunalScenes.Blank in lockscreenToGlanceableHub_communalKtfRefactor() constant 1702 val currentScene = CommunalScenes.Communal in glanceableHubToLockscreen() constant 1968 val currentScene = CommunalScenes.Communal in glanceableHubToDreaming() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/deviceentry/domain/interactor/ |
H A D | DeviceEntryInteractorTest.kt | 324 val currentScene by collectLastValue(sceneInteractor.currentScene) in showOrUnlockDevice_notLocked_switchesToGoneScene() constant 344 val currentScene by collectLastValue(sceneInteractor.currentScene) in showOrUnlockDevice_authMethodNotSecure_switchesToGoneScene() constant 361 val currentScene by collectLastValue(sceneInteractor.currentScene) in showOrUnlockDevice_authMethodSwipe_switchesToGoneScene() constant 379 val currentScene by collectLastValue(sceneInteractor.currentScene) in showOrUnlockDevice_noAlternateBouncer_switchesToBouncerScene() constant 397 val currentScene by collectLastValue(sceneInteractor.currentScene) in showOrUnlockDevice_showsAlternateBouncer_staysOnLockscreenScene() constant 441 val currentScene by collectLastValue(sceneInteractor.currentScene) in isDeviceEntered_unlockedWhileOnShade_emitsTrue() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/ |
H A D | StatusBarStateControllerImplTest.kt | 261 val currentScene by collectLastValue(sceneInteractor.currentScene) in start_hydratesStatusBarState_whileLocked() constant 318 val currentScene by collectLastValue(sceneInteractor.currentScene) in start_hydratesStatusBarState_withAlternateBouncer() constant 364 val currentScene by collectLastValue(sceneInteractor.currentScene) in start_hydratesStatusBarState_dualShade_whileLocked() constant 434 val currentScene by collectLastValue(sceneInteractor.currentScene) in start_hydratesStatusBarState_whileUnlocked() constant 486 val currentScene by collectLastValue(sceneInteractor.currentScene) in start_hydratesStatusBarState_whileOccluded() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/bouncer/ui/viewmodel/ |
H A D | PatternBouncerViewModelTest.kt | 86 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 100 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 148 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 371 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
|
H A D | PasswordBouncerViewModelTest.kt | 91 val currentScene by collectLastValue(sceneInteractor.currentScene) in onShown() constant 116 val currentScene by collectLastValue(sceneInteractor.currentScene) in onPasswordInputChanged() constant 190 val currentScene by collectLastValue(sceneInteractor.currentScene) in onShown_againAfterSceneChange_resetsPassword() constant 385 val currentScene by collectLastValue(sceneInteractor.currentScene) in switchToScene() constant
|
H A D | PinBouncerViewModelTest.kt | 186 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 218 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 286 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 533 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
H A D | ObservableTransitionState.kt | 40 fun currentScene(): Flow<SceneKey> { in currentScene() method 61 constructor(val currentScene: SceneKey, val currentOverlays: Set<OverlayKey> = emptySet()) : constant in com.android.compose.animation.scene.ObservableTransitionState.Idle 107 val currentScene: Flow<SceneKey>, in toString() constant in com.android.compose.animation.scene.ObservableTransitionState.Transition.ChangeScene 132 val currentScene: SceneKey, in toString() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/ui/viewmodel/ |
H A D | QuickSettingsShadeOverlayContentViewModelTest.kt | 128 val currentScene by collectLastValue(sceneInteractor.currentScene) in lockDevice() constant 136 val currentScene by collectLastValue(sceneInteractor.currentScene) in unlockDevice() constant
|
H A D | QuickSettingsUserActionsViewModelTest.kt | 114 val currentScene by collectLastValue(sceneInteractor.currentScene) in destinations_whenNotCustomizing_withPreviousSceneLockscreen() constant 140 val currentScene by collectLastValue(sceneInteractor.currentScene) in destinations_whenNotCustomizing_withPreviousSceneLockscreen_butLockscreenDisabled() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/data/repository/ |
H A D | SceneContainerRepositoryTest.kt | 56 fun currentScene() = in currentScene() method 59 val currentScene by collectLastValue(underTest.currentScene) in currentScene() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/notifications/ui/viewmodel/ |
H A D | NotificationsShadeOverlayContentViewModelTest.kt | 160 val currentScene by collectLastValue(sceneInteractor.currentScene) in lockDevice() constant 168 val currentScene by collectLastValue(sceneInteractor.currentScene) in unlockDevice() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/startable/ |
H A D | ShadeStartableTest.kt | 157 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant 191 val currentScene by collectLastValue(sceneInteractor.currentScene) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/ui/viewmodel/ |
H A D | ShadeHeaderViewModelTest.kt | 120 val currentScene by collectLastValue(sceneInteractor.currentScene) in onSystemIconContainerClicked_lockedOnDualShade_collapsesShadeToLockscreen() constant 151 val currentScene by collectLastValue(sceneInteractor.currentScene) in onSystemIconContainerClicked_unlockedOnDualShade_collapsesShadeToGone() constant
|
H A D | ShadeUserActionsViewModelTest.kt | 221 val currentScene by collectLastValue(kosmos.sceneInteractor.currentScene) in <lambda>() constant 235 val currentScene by collectLastValue(kosmos.sceneInteractor.currentScene) in <lambda>() constant
|
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/shared/model/ |
H A D | SceneDataSourceDelegator.kt | 44 override val currentScene: StateFlow<SceneKey> = in <lambda>() constant 114 override val currentScene: StateFlow<SceneKey> = in <lambda>() constant
|