Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DOverviewState.java81 return new ScaleAndTranslation(scale, 0, -getDefaultSwipeHeight(launcher) * parallaxFactor); in getWorkspaceScaleAndTranslation()
160 return 1 - (getDefaultSwipeHeight(launcher)
169 public static float getDefaultSwipeHeight(Launcher launcher) {
170 return LayoutUtils.getDefaultSwipeHeight(launcher, launcher.getDeviceProfile());
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityInterface.java24 import static com.android.quickstep.util.LayoutUtils.getDefaultSwipeHeight;
336 return getDefaultSwipeHeight(context, dp) + dp.workspacePageIndicatorHeight in getExtraSpace()
DQuickstepTestInformationHandler.java38 LayoutUtils.getDefaultSwipeHeight(mContext, mDeviceProfile); in call()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DLayoutUtils.java37 public static float getDefaultSwipeHeight(Context context, DeviceProfile dp) { in getDefaultSwipeHeight() method in LayoutUtils
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/views/
DShelfScrimView.java184 Math.min(hotseatSize, LayoutUtils.getDefaultSwipeHeight(context, dp)); in reInitUi()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java277 * OverviewState.getDefaultSwipeHeight(mLauncher); in initCurrentAnimation()