Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/bubbles/
DBubbleView.java170 if (!shouldDrawDot()) { in dispatchDraw()
223 final float targetScale = shouldDrawDot() ? 1f : 0f; in updateDotVisibility()
264 private boolean shouldDrawDot() { in shouldDrawDot() method in BubbleView
285 float toScale = shouldDrawDot() ? 1f : 0f; in animateDotScale()
289 if (mAnimatingToDotScale == toScale || !shouldDrawDot()) { in animateDotScale()