Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java56 public static final FloatProperty<AllAppsTransitionController> ALL_APPS_PROGRESS = field in AllAppsTransitionController
188 return ObjectAnimator.ofFloat(this, ALL_APPS_PROGRESS, progressValues); in createSpringAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/uioverrides/touchcontrollers/
DNavBarToHomeTouchController.java22 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;
167 builder.setFloat(allAppsController, ALL_APPS_PROGRESS, in initCurrentAnimation()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/views/
DLauncherRecentsView.java26 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;
149 mActivity.getAllAppsController(), ALL_APPS_PROGRESS, allAppsProgressOffscreen)); in createAdjacentPageAnimForTaskLaunch() local
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepAppTransitionManagerImpl.java29 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;
388 launcherAnimator.play(ObjectAnimator.ofFloat(allAppsController, ALL_APPS_PROGRESS, in getLauncherContentAnimator()