Searched refs:getVerticalProgress (Results 1 – 12 of 12) sorted by relevance
60 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()
51 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in BackgroundAppState53 return super.getVerticalProgress(launcher); in getVerticalProgress()60 return super.getVerticalProgress(launcher) + progressDelta; in getVerticalProgress()
42 float shiftProgress = getVerticalProgress(launcher) - NORMAL.getVerticalProgress(launcher); in getWorkspaceScaleAndTranslation()
143 public float getVerticalProgress(Launcher launcher) {146 return super.getVerticalProgress(launcher);
141 float overviewProgress = OVERVIEW.getVerticalProgress(mLauncher); in setProgress()159 setProgress(state.getVerticalProgress(mLauncher)); in setState()175 float targetProgress = toState.getVerticalProgress(mLauncher); in setStateWithAnimation()
121 .getState().getVerticalProgress(mLauncher)); in handleClose()191 new DiscoveryBounce(launcher, (1 - OVERVIEW.getVerticalProgress(launcher))) in showForOverviewIfNeeded()
71 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()72 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
255 float shelfHiddenProgress = BACKGROUND_APP.getVerticalProgress(activity);256 float shelfOverviewProgress = OVERVIEW.getVerticalProgress(activity);343 fromState.getVerticalProgress(activity),344 endState.getVerticalProgress(activity)));
200 float startVerticalShift = mFromState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()201 float endVerticalShift = mToState.getVerticalProgress(mLauncher) * range; in initCurrentAnimation()
80 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
59 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in AllAppsState
238 public float getVerticalProgress(Launcher launcher) { in getVerticalProgress() method in LauncherState