Home
last modified time | relevance | path

Searched refs:getVerticalProgress (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickSwitchState.java41 float shiftProgress = getVerticalProgress(launcher) - NORMAL.getVerticalProgress(launcher); in getWorkspaceScaleAndTranslation()
60 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in QuickSwitchState
DBackgroundAppState.java49 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in BackgroundAppState
51 return super.getVerticalProgress(launcher); in getVerticalProgress()
60 return super.getVerticalProgress(launcher) + progressDelta; in getVerticalProgress()
DAllAppsState.java110 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java123 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
124 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
/packages/apps/Launcher3/src_no_quickstep/com/android/launcher3/uioverrides/states/
DAllAppsState.java99 public float getVerticalProgress(Launcher launcher) {
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java185 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
186 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java275 setProgress(state.getVerticalProgress(mLauncher)); in setState()
378 float targetProgress = toState.getVerticalProgress(mLauncher);
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java129 final float progress = LauncherState.NORMAL.getVerticalProgress(l) in call()
130 - LauncherState.ALL_APPS.getVerticalProgress(l); in call()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java307 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in LauncherState