Searched refs:shouldDrawDot (Results 1 – 1 of 1) sorted by relevance
170 if (!shouldDrawDot()) { in dispatchDraw()223 final float targetScale = shouldDrawDot() ? 1f : 0f; in updateDotVisibility()264 private boolean shouldDrawDot() { in shouldDrawDot() method in BubbleView285 float toScale = shouldDrawDot() ? 1f : 0f; in animateDotScale()289 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()