Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/keyboard/shortcut/data/repository/
DAppLaunchDataRepositoryTest.kt52 val inputGesture = simpleInputGestureDataForAppLaunchShortcut() in appLaunchData_returnsDataRetrievedFromApiBasedOnShortcutCommand() constant
73 val inputGesture = simpleInputGestureDataForAppLaunchShortcut() in appLaunchData_returnsSameDataForAnyOrderOfShortcutCommandKeys() constant
DCustomInputGesturesRepositoryTest.kt119 val inputGesture = invocation.getArgument<InputGestureData>(0) in <lambda>() constant
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/shortcut/data/repository/
DAppLaunchDataRepository.kt73 appLaunchInputGestures.forEach { inputGesture -> in <lambda>() method