Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleOverflow.kt122 fun setShowDot(show: Boolean) { in setShowDot() method
DBubble.java556 setShowDot(false /* show */); in markAsAccessedAt()
635 void setShowDot(boolean showDot) { in setShowDot() method in Bubble
DBubbleController.java483 b.setShowDot(b.showInShade()); in onZenStateChanged()
1218 bubble.setShowDot(false /* show */); in handleDismissalInterception()
1247 bubbleChild.setShowDot(false /* show */); in handleSummaryDismissalInterception()
DBubbleData.java351 bubble.setShowDot(!isBubbleExpandedAndSelected /* show */); in notificationEntryUpdated()
DBubbleStackView.java1209 mBubbleOverflow.setShowDot(true); in updateOverflowButtonDot()
1213 mBubbleOverflow.setShowDot(false); in updateOverflowButtonDot()