Searched refs:toScale (Results 1 – 1 of 1) sorted by relevance
326 public void animateDotScale(float toScale, @Nullable Runnable after) { in animateDotScale() argument330 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()335 mAnimatingToDotScale = toScale; in animateDotScale()337 final boolean showDot = toScale > 0f; in animateDotScale()