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