Searched refs:toScale (Results 1 – 1 of 1) sorted by relevance
321 private void animateDotScale(float toScale, @Nullable Runnable after) { in animateDotScale() argument325 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()330 mAnimatingToDotScale = toScale; in animateDotScale()332 final boolean showDot = toScale > 0f; in animateDotScale()