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.java146 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in initCurrentAnimation() local
147 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()
DNoButtonQuickSwitchTouchController.java189 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in onMotionPauseChanged() local
190 allAppsController.setAlphas(NORMAL.getVisibleElements(mLauncher), in onMotionPauseChanged()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
DPortraitStatesTouchController.java95 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in canInterceptTouch() local
96 if (ev.getY() >= allAppsController.getShiftRange() * allAppsController.getProgress()) { in canInterceptTouch()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java388 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in getLauncherContentAnimator() local
389 launcherAnimator.play(ObjectAnimator.ofFloat(allAppsController, ALL_APPS_PROGRESS, in getLauncherContentAnimator()
390 allAppsController.getProgress(), ALL_APPS_PROGRESS_OFF_SCREEN)); in getLauncherContentAnimator()