Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleView.java55 private boolean mSuppressDot = false; field in BubbleView
147 mSuppressDot = suppressDot; in setSuppressDot()
153 if (animate && onLeft != mBadgedImageView.getDotPosition() && !mSuppressDot) { in setDotPosition()
172 boolean showDot = getEntry().showInShadeWhenBubble() && !mSuppressDot; in updateDotVisibility()