Home
last modified time | relevance | path

Searched refs:allAppsController (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java166 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in initCurrentAnimation() local
167 builder.setFloat(allAppsController, ALL_APPS_PROGRESS, in initCurrentAnimation()
168 -mPullbackDistance / allAppsController.getShiftRange(), PULLBACK_INTERPOLATOR); in initCurrentAnimation()
176 allAppsController.setAlphas(mEndState, config, builder); in initCurrentAnimation()
DNoButtonQuickSwitchTouchController.java198 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in onMotionPauseChanged() local
199 allAppsController.setAlphas( in onMotionPauseChanged()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java98 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in canInterceptTouch() local
99 if (ev.getY() >= allAppsController.getShiftRange() * allAppsController.getProgress()) { in canInterceptTouch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java387 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in getLauncherContentAnimator() local
388 launcherAnimator.play(ObjectAnimator.ofFloat(allAppsController, ALL_APPS_PROGRESS, in getLauncherContentAnimator()
389 allAppsController.getProgress(), ALL_APPS_PROGRESS_OFF_SCREEN)); in getLauncherContentAnimator()