Searched refs:ALL_APPS_PROGRESS (Results 1 – 5 of 5) sorted by relevance
25 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;132 mActivity.getAllAppsController(), ALL_APPS_PROGRESS, allAppsProgressOffscreen)); in createAdjacentPageAnimForTaskLaunch() local
23 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;136 Animator allAppsProgress = ObjectAnimator.ofFloat(allAppsController, ALL_APPS_PROGRESS, in initCurrentAnimation()
53 public static final FloatProperty<AllAppsTransitionController> ALL_APPS_PROGRESS = field in AllAppsTransitionController202 return new SpringObjectAnimator<>(this, ALL_APPS_PROGRESS, 1f / mShiftRange, in createSpringAnimation()
21 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;
26 import static com.android.launcher3.allapps.AllAppsTransitionController.ALL_APPS_PROGRESS;380 launcherAnimator.play(ObjectAnimator.ofFloat(allAppsController, ALL_APPS_PROGRESS, in getLauncherContentAnimator()