Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DOverviewState.java77 return new ScaleAndTranslation(scale, 0, -getDefaultSwipeHeight(launcher) * parallaxFactor); in getWorkspaceScaleAndTranslation()
125 public static float getDefaultSwipeHeight(Launcher launcher) {
126 return LayoutUtils.getDefaultSwipeHeight(launcher, launcher.getDeviceProfile());
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java33 public static float getDefaultSwipeHeight(Context context, DeviceProfile dp) { in getDefaultSwipeHeight() method in LayoutUtils
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java38 LayoutUtils.getDefaultSwipeHeight(mContext, mDeviceProfile); in call()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTwoButtonNavbarTouchController.java132 return LayoutUtils.getDefaultSwipeHeight(mLauncher, mLauncher.getDeviceProfile()); in getShiftRange()
DPortraitStatesTouchController.java203 * OverviewState.getDefaultSwipeHeight(mLauncher); in initCurrentAnimation()