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.java93 return new ScaleAndTranslation(scale, 0, -getDefaultSwipeHeight(launcher) * parallaxFactor); in getWorkspaceScaleAndTranslation()
190 public static float getDefaultSwipeHeight(Launcher launcher) {
191 return LayoutUtils.getDefaultSwipeHeight(launcher, launcher.getDeviceProfile());
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java34 public static float getDefaultSwipeHeight(Context context, DeviceProfile dp) { in getDefaultSwipeHeight() method in LayoutUtils
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DTwoButtonNavbarTouchController.java130 return LayoutUtils.getDefaultSwipeHeight(mLauncher, mLauncher.getDeviceProfile()); in getShiftRange()
DPortraitStatesTouchController.java158 * OverviewState.getDefaultSwipeHeight(mLauncher); in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java69 LayoutUtils.getDefaultSwipeHeight(mContext, mDeviceProfile); in call()