Searched refs:getVerticalProgress (Results 1 – 10 of 10) sorted by relevance
38 float shiftProgress = getVerticalProgress(launcher) - NORMAL.getVerticalProgress(launcher); in getWorkspaceScaleAndTranslation()49 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in QuickSwitchState
47 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in BackgroundAppState49 return super.getVerticalProgress(launcher); in getVerticalProgress()58 return super.getVerticalProgress(launcher) + progressDelta; in getVerticalProgress()
59 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
71 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()72 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
29 final float progress = LauncherState.OVERVIEW.getVerticalProgress(l) in call()30 - LauncherState.ALL_APPS.getVerticalProgress(l); in call()
69 final float progress = LauncherState.NORMAL.getVerticalProgress(l) in call()70 - LauncherState.ALL_APPS.getVerticalProgress(l); in call()
142 setProgress(state.getVerticalProgress(mLauncher)); in setState()154 float targetProgress = toState.getVerticalProgress(mLauncher); in setStateWithAnimation()
168 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()169 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
75 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
213 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in LauncherState