Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java60 final float progress = LauncherState.OVERVIEW.getVerticalProgress(mLauncher) in call()
61 - LauncherState.ALL_APPS.getVerticalProgress(mLauncher); in call()
70 final float progress = LauncherState.NORMAL.getVerticalProgress(mLauncher) in call()
71 - LauncherState.ALL_APPS.getVerticalProgress(mLauncher); in call()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/states/
DBackgroundAppState.java51 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in BackgroundAppState
53 return super.getVerticalProgress(launcher); in getVerticalProgress()
60 return super.getVerticalProgress(launcher) + progressDelta; in getVerticalProgress()
DQuickSwitchState.java42 float shiftProgress = getVerticalProgress(launcher) - NORMAL.getVerticalProgress(launcher); in getWorkspaceScaleAndTranslation()
DOverviewState.java143 public float getVerticalProgress(Launcher launcher) {
146 return super.getVerticalProgress(launcher);
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java141 float overviewProgress = OVERVIEW.getVerticalProgress(mLauncher); in setProgress()
159 setProgress(state.getVerticalProgress(mLauncher)); in setState()
175 float targetProgress = toState.getVerticalProgress(mLauncher); in setStateWithAnimation()
DDiscoveryBounce.java121 .getState().getVerticalProgress(mLauncher)); in handleClose()
191 new DiscoveryBounce(launcher, (1 - OVERVIEW.getVerticalProgress(launcher))) in showForOverviewIfNeeded()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/
DAllAppsSwipeController.java71 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
72 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/
DLauncherActivityControllerHelper.java255 float shelfHiddenProgress = BACKGROUND_APP.getVerticalProgress(activity);
256 float shelfOverviewProgress = OVERVIEW.getVerticalProgress(activity);
343 fromState.getVerticalProgress(activity),
344 endState.getVerticalProgress(activity)));
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java200 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
201 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/states/
DAllAppsState.java80 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DAllAppsState.java59 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java238 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in LauncherState