Home
last modified time | relevance | path

Searched refs:swipeHeight (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DQuickstepTestInformationHandler.java37 final float swipeHeight = in call() local
39 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
44 final float swipeHeight = in call() local
47 response.putInt(TestProtocol.TEST_INFO_RESPONSE_FIELD, (int) swipeHeight); in call()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DLayoutUtils.java34 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight() local
36 swipeHeight -= dp.getInsets().bottom; in getDefaultSwipeHeight()
38 return swipeHeight; in getDefaultSwipeHeight()
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DAllAppsFromOverview.java53 final int swipeHeight = mLauncher.getTestInfo( in switchBackToOverview() local
57 final int endY = start.y + swipeHeight; in switchBackToOverview()
H A DBackground.java198 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher() local
202 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher()
221 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendUpPointerToEnterOverviewToLauncher() local
224 new Point(centerX, startY - swipeHeight - mLauncher.getTouchSlop()); in sendUpPointerToEnterOverviewToLauncher()
H A DWorkspace.java83 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps() local
88 + ", swipeHeight = " + swipeHeight + ", slop = " in switchToAllApps()
95 startY - swipeHeight - mLauncher.getTouchSlop(), in switchToAllApps()