Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubble.java665 setShowDot(showDot()); in setEntry()
732 setShowDot(false /* show */); in markAsAccessedAt()
818 void setShowDot(boolean showDot) { in setShowDot() method in Bubble
DBubbleOverflow.kt181 fun setShowDot(show: Boolean) { in setShowDot() method
DBubbleController.java629 b.setShowDot(b.showInShade()); in onZenStateChanged()
1657 b.setShowDot(!isBubbleExpandedAndSelected); in updateNotNotifyingEntry()
2117 overflow.setShowDot(true); in updateOverflowButtonDot()
2121 overflow.setShowDot(false); in updateOverflowButtonDot()
2137 bubble.setShowDot(false /* show */); in handleDismissalInterception()
2165 bubbleChild.setShowDot(false /* show */); in handleSummaryDismissalInterception()
DBubbleData.java488 bubble.setShowDot(!isBubbleExpandedAndSelected /* show */); in notificationEntryUpdated()