Searched refs:getVerticalProgress (Results 1 – 9 of 9) sorted by relevance
41 float shiftProgress = getVerticalProgress(launcher) - NORMAL.getVerticalProgress(launcher); in getWorkspaceScaleAndTranslation()60 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in QuickSwitchState
49 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in BackgroundAppState51 return super.getVerticalProgress(launcher); in getVerticalProgress()60 return super.getVerticalProgress(launcher) + progressDelta; in getVerticalProgress()
110 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
123 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()124 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
99 public float getVerticalProgress(Launcher launcher) {
185 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()186 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
275 setProgress(state.getVerticalProgress(mLauncher)); in setState()378 float targetProgress = toState.getVerticalProgress(mLauncher);
129 final float progress = LauncherState.NORMAL.getVerticalProgress(l) in call()130 - LauncherState.ALL_APPS.getVerticalProgress(l); in call()
307 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in LauncherState