Home
last modified time | relevance | path

Searched refs:userActions (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DSceneTransitionLayoutImpl.kt84 userActions: Map<UserAction, SceneKey>,
93 scene.userActions = userActions
102 userActions,
157 scene(state.transitionState.currentScene).userActions[Back]?.let { backScene ->
H A DSwipeToScene.kt154 Orientation.Vertical -> userActions[Swipe.Up]
155 Orientation.Horizontal -> userActions[Swipe.Left]
162 Orientation.Vertical -> userActions[Swipe.Down]
163 Orientation.Horizontal -> userActions[Swipe.Right]
H A DSceneTransitionLayout.kt83 userActions: Map<UserAction, SceneKey> = emptyMap(),
H A DScene.kt42 var userActions by mutableStateOf(actions) regex
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/
H A DSwipeToSceneTest.kt70 userActions =
80 userActions = mapOf(Swipe.Right to TestScenes.SceneA),
86 userActions = mapOf(Swipe.Down to TestScenes.SceneA),
H A DSceneTransitionLayoutTest.kt83 userActions = mapOf(Back to TestScenes.SceneB),
/aosp14/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/
H A DSceneContainer.kt87 userActions =