Searched refs:progressValues (Results 1 – 1 of 1) sorted by relevance
178 public Animator createSpringAnimation(float... progressValues) { in createSpringAnimation() argument179 return ObjectAnimator.ofFloat(this, ALL_APPS_PROGRESS, progressValues); in createSpringAnimation()