Home
last modified time | relevance | path

Searched refs:shouldDrawDot (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBadgedImageView.java180 if (!shouldDrawDot()) { in dispatchDraw()
226 final float targetScale = shouldDrawDot() ? 1f : 0f; in updateDotVisibility()
293 if (onLeft != getDotOnLeft() && shouldDrawDot()) { in animateDotBadgePositions()
312 private boolean shouldDrawDot() { in shouldDrawDot() method in BadgedImageView
325 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()