Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java84 @Nullable Bubble unsuppressedBubble; field in BubbleData.Update
108 || unsuppressedBubble != null in anythingChanged()
359 mStateChange.unsuppressedBubble = bubble; in notificationEntryUpdated()
668 Bubble unsuppressedBubble = mSuppressedBubbles.remove(locusId); in onLocusVisibilityChanged() local
669 if (unsuppressedBubble != null) { in onLocusVisibilityChanged()
670 unsuppressedBubble.setSuppressBubble(false); in onLocusVisibilityChanged()
671 mStateChange.unsuppressedBubble = unsuppressedBubble; in onLocusVisibilityChanged()
H A DBubbleController.java1199 if (update.unsuppressedBubble != null && mStackView != null) {
1200 mStackView.setBubbleVisibility(update.unsuppressedBubble, true);