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()62 return super.getVerticalProgress(launcher) + progressDelta; in getVerticalProgress()
109 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
121 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()122 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
94 public float getVerticalProgress(Launcher launcher) {
180 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()181 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
272 setProgress(state.getVerticalProgress(mLauncher)); in setState()359 float targetProgress = toState.getVerticalProgress(mLauncher);
127 final float progress = LauncherState.NORMAL.getVerticalProgress(l) in call()128 - LauncherState.ALL_APPS.getVerticalProgress(l); in call()
308 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in LauncherState