Searched refs:dotScales (Results 1 – 2 of 2) sorted by relevance
226 private void animateDotScale(float... dotScales) { in animateDotScale() argument228 mDotScaleAnim = ObjectAnimator.ofFloat(this, DOT_SCALE_PROPERTY, dotScales); in animateDotScale()
452 public void animateDotScale(float... dotScales) { in animateDotScale() argument454 mDotScaleAnim = ObjectAnimator.ofFloat(this, DOT_SCALE_PROPERTY, dotScales); in animateDotScale()