Searched refs:allAppsController (Results 1 – 4 of 4) sorted by relevance
146 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in initCurrentAnimation() local147 Animator allAppsProgress = ObjectAnimator.ofFloat(allAppsController, ALL_APPS_PROGRESS, in initCurrentAnimation()148 -mPullbackDistance / allAppsController.getShiftRange()); in initCurrentAnimation()156 allAppsController.setAlphas(mEndState.getVisibleElements(mLauncher), config, builder); in initCurrentAnimation()
189 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in onMotionPauseChanged() local190 allAppsController.setAlphas(NORMAL.getVisibleElements(mLauncher), in onMotionPauseChanged()
95 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in canInterceptTouch() local96 if (ev.getY() >= allAppsController.getShiftRange() * allAppsController.getProgress()) { in canInterceptTouch()
388 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in getLauncherContentAnimator() local389 launcherAnimator.play(ObjectAnimator.ofFloat(allAppsController, ALL_APPS_PROGRESS, in getLauncherContentAnimator()390 allAppsController.getProgress(), ALL_APPS_PROGRESS_OFF_SCREEN)); in getLauncherContentAnimator()