Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleView.java169 if (animate && onLeft != mBadgedImageView.getDotOnLeft() && shouldShowDot()) { in setDotPosition()
193 final boolean showDot = shouldShowDot(); in updateDotVisibility()
274 animateDot(shouldShowDot(), null /* after */); in updateViews()
277 boolean shouldShowDot() { in shouldShowDot() method in BubbleView