Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/touchcontrollers/
H A DNavBarToHomeTouchController.java149 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in initCurrentAnimation() local
150 builder.setFloat(allAppsController, ALL_APPS_PROGRESS, in initCurrentAnimation()
151 -mPullbackDistance / allAppsController.getShiftRange(), PULLBACK_INTERPOLATOR); in initCurrentAnimation()
159 allAppsController.setAlphas(mEndState, config, builder); in initCurrentAnimation()
H A DPortraitStatesTouchController.java84 AllAppsTransitionController allAppsController = mLauncher.getAllAppsController(); in canInterceptTouch() local
85 if (ev.getY() >= allAppsController.getShiftRange() * allAppsController.getProgress() in canInterceptTouch()