Searched refs:shouldDrawDot (Results 1 – 1 of 1) sorted by relevance
165 if (!shouldDrawDot()) { in onDraw()197 final float targetScale = shouldDrawDot() ? 1f : 0f; in updateDotVisibility()264 if (onLeft != getDotOnLeft() && shouldDrawDot()) { in animateDotBadgePositions()284 private boolean shouldDrawDot() { in shouldDrawDot() method in BadgedImageView297 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()