Home
last modified time | relevance | path

Searched defs: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
44 final float swipeHeight = in call() local
/aosp12/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
H A DAllAppsFromOverview.java53 final int swipeHeight = mLauncher.getTestInfo( in switchBackToOverview() local
H A DBackground.java198 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher() local
221 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendUpPointerToEnterOverviewToLauncher() local
H A DWorkspace.java83 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps() local
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DLayoutUtils.java34 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight() local