Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsTransitionController.java187 public Animator createSpringAnimation(float... progressValues) { in createSpringAnimation() argument
188 return ObjectAnimator.ofFloat(this, ALL_APPS_PROGRESS, progressValues); in createSpringAnimation()