Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBadgedImageView.java181 if (!shouldDrawDot()) { in dispatchDraw()
227 final float targetScale = shouldDrawDot() ? 1f : 0f; in updateDotVisibility()
293 if (shouldDrawDot()) { in animateDotBadgePositions()
317 private boolean shouldDrawDot() { in shouldDrawDot() method in BadgedImageView
330 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()