Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleData.java83 @Nullable Bubble suppressedBubble; field in BubbleData.Update
107 || suppressedBubble != null in anythingChanged()
362 mStateChange.suppressedBubble = bubble; in notificationEntryUpdated()
664 mStateChange.suppressedBubble = matchingBubble; in onLocusVisibilityChanged()
DBubbleController.java1181 if (update.suppressedBubble != null && mStackView != null) {
1182 mStackView.setBubbleVisibility(update.suppressedBubble, false);