Searched refs:allAppsController (Results 1 – 2 of 2) sorted by relevance
149 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in initCurrentAnimation() local150 builder.setFloat(allAppsController, ALL_APPS_PROGRESS, in initCurrentAnimation()151 -mPullbackDistance / allAppsController.getShiftRange(), PULLBACK_INTERPOLATOR); in initCurrentAnimation()159 allAppsController.setAlphas(mEndState, config, builder); in initCurrentAnimation()
84 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in canInterceptTouch() local85 if (ev.getY() >= allAppsController.getShiftRange() * allAppsController.getProgress() in canInterceptTouch()