Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java86 final LauncherInstrumentation.GestureScope gestureScope = in goToOverviewUnchecked()
88 ? LauncherInstrumentation.GestureScope.INSIDE_TO_OUTSIDE in goToOverviewUnchecked()
89 : LauncherInstrumentation.GestureScope.OUTSIDE_WITH_PILFER; in goToOverviewUnchecked()
132 LauncherInstrumentation.GestureScope.OUTSIDE_WITH_PILFER); in goToOverviewUnchecked()
213 LauncherInstrumentation.GestureScope gestureScope = in quickSwitch()
215 ? LauncherInstrumentation.GestureScope.INSIDE_TO_OUTSIDE in quickSwitch()
216 : LauncherInstrumentation.GestureScope.OUTSIDE_WITH_PILFER; in quickSwitch()
DLauncherInstrumentation.java122 public enum GestureScope { enum in LauncherInstrumentation
710 false, GestureScope.INSIDE_TO_OUTSIDE); in pressHome()
732 ? GestureScope.INSIDE_TO_OUTSIDE in pressHome()
733 : GestureScope.OUTSIDE_WITH_PILFER); in pressHome()
1066 GestureScope gestureScope) { in swipeToState()
1175 startX, startY, endX, endY, steps, slowDown, GestureScope.INSIDE), in scroll()
1186 GestureScope gestureScope) { in linearGesture()
1197 GestureScope gestureScope) { in movePointer()
1238 GestureScope gestureScope) { in sendPointer()
1242 if (gestureScope != GestureScope.OUTSIDE_WITH_PILFER in sendPointer()
[all …]
DWorkspace.java93 ALL_APPS_STATE_ORDINAL, LauncherInstrumentation.GestureScope.INSIDE); in switchToAllApps()
185 launchableCenter, LauncherInstrumentation.GestureScope.INSIDE); in dragIconToWorkspace()
191 LauncherInstrumentation.GestureScope.INSIDE); in dragIconToWorkspace()
199 LauncherInstrumentation.GestureScope.INSIDE), in dragIconToWorkspace()
DOverview.java64 LauncherInstrumentation.GestureScope.INSIDE); in switchToAllApps()
DAllAppsFromOverview.java60 LauncherInstrumentation.GestureScope.INSIDE); in switchBackToOverview()
DOverviewTask.java63 LauncherInstrumentation.GestureScope.INSIDE); in dismiss()