Searched refs:getDefaultSwipeHeight (Results 1 – 5 of 5) sorted by relevance
77 return new ScaleAndTranslation(scale, 0, -getDefaultSwipeHeight(launcher) * parallaxFactor); in getWorkspaceScaleAndTranslation()125 public static float getDefaultSwipeHeight(Launcher launcher) {126 return LayoutUtils.getDefaultSwipeHeight(launcher, launcher.getDeviceProfile());
33 public static float getDefaultSwipeHeight(Context context, DeviceProfile dp) { in getDefaultSwipeHeight() method in LayoutUtils
38 LayoutUtils.getDefaultSwipeHeight(mContext, mDeviceProfile); in call()
132 return LayoutUtils.getDefaultSwipeHeight(mLauncher, mLauncher.getDeviceProfile()); in getShiftRange()
203 * OverviewState.getDefaultSwipeHeight(mLauncher); in initCurrentAnimation()