Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/states/
DQuickSwitchState.java38 float shiftProgress = getVerticalProgress(launcher) - NORMAL.getVerticalProgress(launcher); in getWorkspaceScaleAndTranslation()
49 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in QuickSwitchState
DBackgroundAppState.java47 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in BackgroundAppState
49 return super.getVerticalProgress(launcher); in getVerticalProgress()
58 return super.getVerticalProgress(launcher) + progressDelta; in getVerticalProgress()
DAllAppsState.java59 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DAllAppsSwipeController.java71 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
72 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DQuickstepTestInformationHandler.java29 final float progress = LauncherState.OVERVIEW.getVerticalProgress(l) in call()
30 - LauncherState.ALL_APPS.getVerticalProgress(l); in call()
/packages/apps/Launcher3/src/com/android/launcher3/testing/
DTestInformationHandler.java69 final float progress = LauncherState.NORMAL.getVerticalProgress(l) in call()
70 - LauncherState.ALL_APPS.getVerticalProgress(l); in call()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java142 setProgress(state.getVerticalProgress(mLauncher)); in setState()
154 float targetProgress = toState.getVerticalProgress(mLauncher); in setStateWithAnimation()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java168 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
169 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
/packages/apps/Launcher3/src_ui_overrides/com/android/launcher3/uioverrides/states/
DAllAppsState.java75 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherState.java213 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in LauncherState