Home
last modified time | relevance | path

Searched refs:mapToTutorialState (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/touchpad/tutorial/ui/viewmodel/
DTouchpadTutorialScreenViewModelTest.kt76 val resultingStates by collectValues(happyPath.mapToTutorialState()) in gestureStateProducesEquivalentTutorialActionStateInHappyPath()
104 val resultingStates by collectValues(errorPath.mapToTutorialState()) in gestureStateProducesEquivalentTutorialActionStateInErrorPath()
/frameworks/base/packages/SystemUI/src/com/android/systemui/touchpad/tutorial/ui/viewmodel/
DRecentAppsGestureScreenViewModel.kt39 .mapToTutorialState()
DSwitchAppsGestureScreenViewModel.kt39 .mapToTutorialState()
DHomeGestureScreenViewModel.kt39 .mapToTutorialState()
DBackGestureScreenViewModel.kt38 .mapToTutorialState() in <lambda>()
DTouchpadTutorialScreenViewModel.kt41 fun Flow<Pair<GestureState, TutorialAnimationProperties>>.mapToTutorialState(): in mapToTutorialState() method