Searched refs:dotScales (Results 1 – 2 of 2) sorted by relevance
545 public void animateDotScale(float... dotScales) { in animateDotScale() argument547 mDotScaleAnim = ObjectAnimator.ofFloat(this, DOT_SCALE_PROPERTY, dotScales); in animateDotScale()
344 public void animateDotScale(float... dotScales) { in animateDotScale() argument346 mDotScaleAnim = ObjectAnimator.ofFloat(this, DOT_SCALE_PROPERTY, dotScales); in animateDotScale()