/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | ObservableTransitionState.kt | 75 val isUserInputOngoing: Flow<Boolean>, constant in com.android.compose.animation.scene.ObservableTransitionState.Transition 82 | isUserInputOngoing=$isUserInputOngoing in toString() 114 isUserInputOngoing = snapshotFlow { state.isUserInputOngoing }, in SceneTransitionLayoutState()
|
D | AnimateToScene.kt | 166 isUserInputOngoing = false, in CoroutineScope() 175 isUserInputOngoing = false, in CoroutineScope() 216 override val isUserInputOngoing: Boolean, constant
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/interactor/ |
D | ShadeInteractorSceneContainerImplTest.kt | 75 isUserInputOngoing = flowOf(false), in qsExpansionWhenInSplitShadeAndQsExpanded() 105 isUserInputOngoing = flowOf(false), in qsExpansionWhenNotInSplitShadeAndQsExpanded() 130 isUserInputOngoing = flowOf(false), in qsFullscreen_falseWhenTransitioning() 229 isUserInputOngoing = flowOf(false), in lockscreenShadeExpansion_transitioning_toScene() 268 isUserInputOngoing = flowOf(false), in lockscreenShadeExpansion_transitioning_fromScene() 303 isUserInputOngoing = flowOf(false), in isQsBypassingShade_goneToQs() 327 isUserInputOngoing = flowOf(false), in isQsBypassingShade_shadeToQs() 354 isUserInputOngoing = flowOf(false), in lockscreenShadeExpansion_transitioning_toAndFromDifferentScenes() 410 isUserInputOngoing = flowOf(false), in userInteracting_transitioning_toScene_programmatic() 449 isUserInputOngoing = flowOf(false), in userInteracting_transitioning_toScene_userInputDriven() [all …]
|
D | ShadeAnimationInteractorSceneContainerImplTest.kt | 61 isUserInputOngoing = flowOf(false), in isAnyCloseAnimationRunning_qsToShade() 85 isUserInputOngoing = flowOf(false), in isAnyCloseAnimationRunning_qsToGone_userInputNotOngoing() 109 isUserInputOngoing = flowOf(true), in isAnyCloseAnimationRunning_qsToGone_userInputOngoing()
|
D | PanelExpansionInteractorImplTest.kt | 172 isUserInputOngoing = flowOf(true), in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | Transition.kt | 35 isUserInputOngoing: Boolean = false, 52 override val isUserInputOngoing: Boolean = isUserInputOngoing constant
|
D | DraggableHandlerTest.kt | 141 val isUserInputOngoing: Boolean constant in com.android.compose.animation.scene.DraggableHandlerTest.TestGestureScope 142 get() = (transitionState as Transition).isUserInputOngoing 162 isUserInputOngoing: Boolean? = null in assertTransition() 169 isUserInputOngoing?.let { assertThat(transition).hasIsUserInputOngoing(it) } in assertTransition() 531 assertThat(isUserInputOngoing).isFalse() in <lambda>() 535 assertThat(isUserInputOngoing).isTrue() in <lambda>() 859 isUserInputOngoing = true, in <lambda>() 876 isUserInputOngoing = true, in <lambda>() 892 isUserInputOngoing = true, in <lambda>() 905 assertTransition(fromScene = SceneC, toScene = SceneB, isUserInputOngoing = true) in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/scene/data/repository/ |
D | SceneContainerRepositoryUtil.kt | 49 isUserInputOngoing: Flow<Boolean> = flowOf(false), in Transition() 57 isUserInputOngoing = isUserInputOngoing in Transition()
|
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transition/link/ |
D | LinkedTransition.kt | 44 override val isUserInputOngoing: Boolean constant 45 get() = originalTransition.isUserInputOngoing
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/subjects/ |
D | TransitionStateSubject.kt | 102 fun hasIsUserInputOngoing(isUserInputOngoing: Boolean) { in hasIsUserInputOngoing() 103 check("isUserInputOngoing").that(actual.isUserInputOngoing).isEqualTo(isUserInputOngoing) in hasIsUserInputOngoing()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/domain/interactor/ |
D | CommunalSceneInteractorTest.kt | 139 isUserInputOngoing = flowOf(false), in transitionProgress_transitioningAwayFromTrackedScene() 179 isUserInputOngoing = flowOf(false), in transitionProgress_transitioningToTrackedScene() 223 isUserInputOngoing = flowOf(false), in isIdleOnCommunal() 243 isUserInputOngoing = flowOf(false), in isCommunalVisible() 263 isUserInputOngoing = flowOf(false), in isCommunalVisible()
|
D | CommunalInteractorTest.kt | 592 isUserInputOngoing = flowOf(false), in <lambda>() 640 isUserInputOngoing = flowOf(false), in <lambda>() 762 isUserInputOngoing = flowOf(false), in <lambda>() 791 isUserInputOngoing = flowOf(false), in <lambda>() 811 isUserInputOngoing = flowOf(false), in <lambda>()
|
/frameworks/base/packages/SystemUI/tests/utils/src/com/android/systemui/shade/ |
D | ShadeTestUtil.kt | 176 val isUserInputOngoing = MutableStateFlow(true) constant 233 isUserInputOngoing.value = tracking in setTracking() 259 isUserInputOngoing = isUserInputOngoing, in setTransitionProgress()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/interactor/ |
D | SceneInteractorTest.kt | 122 isUserInputOngoing = flowOf(false), in changeScene_toGoneWhenTransitionToLockedFromGone() 227 isUserInputOngoing = flowOf(false), in transitionState() 267 isUserInputOngoing = flowOf(false), in transitioningTo() 306 isUserInputOngoing = flowOf(true), in isTransitionUserInputOngoing_transition_true() 327 isUserInputOngoing = flowOf(true), in isTransitionUserInputOngoing_updateMidTransition_false() 343 isUserInputOngoing = flowOf(false), in isTransitionUserInputOngoing_updateMidTransition_false() 360 isUserInputOngoing = flowOf(true), in isTransitionUserInputOngoing_updateOnIdle_false()
|
D | SceneContainerOcclusionInteractorTest.kt | 158 isUserInputOngoing = flowOf(true), 185 isUserInputOngoing = flowOf(true),
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyguard/domain/interactor/ |
D | WindowManagerLockscreenVisibilityInteractorTest.kt | 221 isUserInputOngoing = flowOf(false), in <lambda>() 235 isUserInputOngoing = flowOf(false), in <lambda>() 269 val isUserInputOngoing = MutableStateFlow(true) in <lambda>() constant 275 isUserInputOngoing = isUserInputOngoing, in <lambda>() 283 isUserInputOngoing.value = false in <lambda>() 313 isUserInputOngoing = flowOf(false), in <lambda>() 331 isUserInputOngoing = flowOf(false), in <lambda>()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/domain/interactor/ |
D | WindowManagerLockscreenVisibilityInteractor.kt | 112 .flatMapLatestConflated { isUserInputOngoing -> in <lambda>() method 113 if (isUserInputOngoing) { in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/domain/startable/ |
D | SceneContainerStartableTest.kt | 142 isUserInputOngoing = flowOf(false), in <lambda>() 158 isUserInputOngoing = flowOf(false), in <lambda>() 412 isUserInputOngoing = flowOf(false), in <lambda>() 568 isUserInputOngoing = flowOf(false), in <lambda>() 919 isUserInputOngoing = flowOf(false), in <lambda>() 938 isUserInputOngoing = flowOf(false), in <lambda>() 1253 isUserInputOngoing = flowOf(true), in <lambda>() 1276 isUserInputOngoing = flowOf(false), in <lambda>() 1306 isUserInputOngoing = flowOf(true), in <lambda>() 1317 isUserInputOngoing = flowOf(false), in <lambda>() [all …]
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/shade/domain/interactor/ |
D | ShadeAnimationInteractorSceneContainerImpl.kt | 57 state.isUserInputOngoing.map { !it } in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/statusbar/notification/ |
D | NotificationStackAppearanceIntegrationTest.kt | 140 isUserInputOngoing = flowOf(false), in <lambda>() 197 isUserInputOngoing = flowOf(false), in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/keyguard/ |
D | KeyguardSecurityContainerControllerTest.kt | 806 isUserInputOngoing = flowOf(false), in <lambda>() 830 isUserInputOngoing = flowOf(false), in <lambda>() 850 isUserInputOngoing = flowOf(false), in <lambda>() 872 isUserInputOngoing = flowOf(false), in <lambda>() 891 isUserInputOngoing = flowOf(false), in <lambda>() 912 isUserInputOngoing = flowOf(false), in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/scene/data/repository/ |
D | SceneContainerRepositoryTest.kt | 138 isUserInputOngoing = flowOf(false), in transitionState_reflectsUpdates()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/communal/log/ |
D | CommunalLoggerStartableTest.kt | 201 isUserInputOngoing = emptyFlow(), in transition()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/domain/interactor/ |
D | SceneInteractor.kt | 133 is ObservableTransitionState.Transition -> it.isUserInputOngoing in <lambda>()
|
/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shade/domain/startable/ |
D | ShadeStartableTest.kt | 184 isUserInputOngoing = flowOf(true), in <lambda>()
|