Home
last modified time | relevance | path

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

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