Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubble.java618 setShowDot(showDot()); in setEntry()
685 setShowDot(false /* show */); in markAsAccessedAt()
771 void setShowDot(boolean showDot) { in setShowDot() method in Bubble
H A DBubbleOverflow.kt157 fun setShowDot(show: Boolean) { regex
H A DBubbleController.java585 b.setShowDot(b.showInShade()); in onZenStateChanged()
1424 b.setShowDot(!isBubbleExpandedAndSelected); in updateNotNotifyingEntry()
1855 overflow.setShowDot(true); in updateOverflowButtonDot()
1859 overflow.setShowDot(false); in updateOverflowButtonDot()
1875 bubble.setShowDot(false /* show */); in handleDismissalInterception()
1903 bubbleChild.setShowDot(false /* show */); in handleSummaryDismissalInterception()
H A DBubbleData.java458 bubble.setShowDot(!isBubbleExpandedAndSelected /* show */); in notificationEntryUpdated()