Home
last modified time | relevance | path

Searched defs:swipeHeight (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java68 final float swipeHeight = in call() local
75 final float swipeHeight = mDeviceProfile.heightPx / 2f; in call() local
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DBackground.java168 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendSwipeUpAndHoldToEnterOverviewGestureToLauncher() local
186 final int swipeHeight = mLauncher.getTestInfo(getSwipeHeightRequestName()).getInt( in sendUpPointerToEnterOverviewToLauncher() local
DWorkspace.java97 final int swipeHeight = mLauncher.getTestInfo( in switchToAllApps() local
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java35 float swipeHeight = dp.allAppsCellHeightPx - dp.allAppsIconTextSizePx; in getDefaultSwipeHeight() local