Searched refs:getAllAppsController (Results 1 – 19 of 19) sorted by relevance
153 float currShiftRange = mActivity.getAllAppsController().getShiftRange(); in createAdjacentPageAnimForTaskLaunch()157 mActivity.getAllAppsController(), ALL_APPS_PROGRESS, allAppsProgressOffscreen)); in createAdjacentPageAnimForTaskLaunch()212 mActivity.getAllAppsController().setState(state); in onTaskLaunched()
71 final float distance = mLauncher.getAllAppsController().getShiftRange() * progress; in call()81 final float distance = mLauncher.getAllAppsController().getShiftRange() * progress; in call()
71 AllAppsTransitionController controller = mLauncher.getAllAppsController(); in DiscoveryBounce()120 mLauncher.getAllAppsController().setProgress(mLauncher.getStateManager() in handleClose()
343 mLauncher.getAllAppsController() in setInsets()
41 float shiftRange = launcher.getAllAppsController().getShiftRange(); in getWorkspaceScaleAndTranslation()
57 AllAppsTransitionController controller = launcher.getAllAppsController(); in getVerticalProgress()
166 / launcher.getAllAppsController().getShiftRange());
71 -launcher.getAllAppsController().getShiftRange() * PARALLAX_COEFFICIENT); in getWorkspaceScaleAndTranslation()
51 launcher.getAllAppsController(), launcher.getWorkspace() }; in getStateHandler()
165 AllAppsTransitionController aatc = mLauncher.getAllAppsController(); in createStateElementAnimation()
156 mShiftRange = mLauncher.getAllAppsController().getShiftRange(); in reInitUi()
146 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in initCurrentAnimation()
189 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in onMotionPauseChanged()
324 return launcher.getAllAppsController().getProgress() > 1; in canApplyPredictions()
95 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in canInterceptTouch()
83 launcher.getAllAppsController(), in getStateHandler()
169 return mLauncher.getAllAppsController().getShiftRange(); in getShiftRange()
388 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in getLauncherContentAnimator()
1326 public AllAppsTransitionController getAllAppsController() { in getAllAppsController() method in Launcher