Searched refs:userActions (Results 1 – 7 of 7) sorted by relevance
84 userActions: Map<UserAction, SceneKey>,93 scene.userActions = userActions102 userActions,157 scene(state.transitionState.currentScene).userActions[Back]?.let { backScene ->
154 Orientation.Vertical -> userActions[Swipe.Up]155 Orientation.Horizontal -> userActions[Swipe.Left]162 Orientation.Vertical -> userActions[Swipe.Down]163 Orientation.Horizontal -> userActions[Swipe.Right]
83 userActions: Map<UserAction, SceneKey> = emptyMap(),
42 var userActions by mutableStateOf(actions) regex
70 userActions =80 userActions = mapOf(Swipe.Right to TestScenes.SceneA),86 userActions = mapOf(Swipe.Down to TestScenes.SceneA),
83 userActions = mapOf(Back to TestScenes.SceneB),
87 userActions =