Home
last modified time | relevance | path

Searched defs:GestureState (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/touchpad/tutorial/ui/gesture/
DGestureState.kt19 sealed interface GestureState { interface
/frameworks/base/packages/SystemUI/src/com/android/systemui/touchpad/tutorial/ui/viewmodel/
DTouchpadTutorialScreenViewModel.kt53 fun GestureState.toTutorialActionState( in toTutorialActionState() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
DBackPanelController.kt158 internal enum class GestureState { in <lambda>() class