Home
last modified time | relevance | path

Searched refs:INSIDE_TO_OUTSIDE (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DBackground.java188 ? LauncherInstrumentation.GestureScope.INSIDE_TO_OUTSIDE in sendDownPointerToEnterOverviewToLauncher()
206 ? LauncherInstrumentation.GestureScope.INSIDE_TO_OUTSIDE in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher()
228 ? LauncherInstrumentation.GestureScope.INSIDE_TO_OUTSIDE in sendUpPointerToEnterOverviewToLauncher()
301 ? LauncherInstrumentation.GestureScope.INSIDE_TO_OUTSIDE in quickSwitch()
H A DLauncherInstrumentation.java132 OUTSIDE_WITHOUT_PILFER, OUTSIDE_WITH_PILFER, INSIDE, INSIDE_TO_OUTSIDE, enumConstant
811 ? (isTablet() ? GestureScope.INSIDE : GestureScope.INSIDE_TO_OUTSIDE) in swipeUpToCloseFloatingView()
864 gestureStartFromLauncher ? GestureScope.INSIDE_TO_OUTSIDE in pressHome()
1465 || gestureScope == GestureScope.INSIDE_TO_OUTSIDE)) { in sendPointer()