Home
last modified time | relevance | path

Searched refs:ALL_APPS_PROGRESS (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java25 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;
132 mActivity.getAllAppsController(), ALL_APPS_PROGRESS, allAppsProgressOffscreen)); in createAdjacentPageAnimForTaskLaunch() local
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java23 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;
136 Animator allAppsProgress = ObjectAnimator.ofFloat(allAppsController, ALL_APPS_PROGRESS, in initCurrentAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java53 public static final FloatProperty<AllAppsTransitionController> ALL_APPS_PROGRESS = field in AllAppsTransitionController
202 return new SpringObjectAnimator<>(this, ALL_APPS_PROGRESS, 1f / mShiftRange, in createSpringAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/
DLauncherAppTransitionManagerImpl.java21 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java26 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;
380 launcherAnimator.play(ObjectAnimator.ofFloat(allAppsController, ALL_APPS_PROGRESS, in getLauncherContentAnimator()