Searched refs:getDefaultSwipeHeight (Results 1 – 5 of 5) sorted by relevance
93 return new ScaleAndTranslation(scale, 0, -getDefaultSwipeHeight(launcher) * parallaxFactor); in getWorkspaceScaleAndTranslation()190 public static float getDefaultSwipeHeight(Launcher launcher) {191 return LayoutUtils.getDefaultSwipeHeight(launcher, launcher.getDeviceProfile());
34 public static float getDefaultSwipeHeight(Context context, DeviceProfile dp) { in getDefaultSwipeHeight() method in LayoutUtils
130 return LayoutUtils.getDefaultSwipeHeight(mLauncher, mLauncher.getDeviceProfile()); in getShiftRange()
158 * OverviewState.getDefaultSwipeHeight(mLauncher); in initCurrentAnimation()
69 LayoutUtils.getDefaultSwipeHeight(mContext, mDeviceProfile); in call()