Searched refs:unsuppressedBubble (Results 1 – 2 of 2) sorted by relevance
84 @Nullable Bubble unsuppressedBubble; field in BubbleData.Update108 || unsuppressedBubble != null in anythingChanged()358 mStateChange.unsuppressedBubble = bubble; in notificationEntryUpdated()667 Bubble unsuppressedBubble = mSuppressedBubbles.remove(locusId); in onLocusVisibilityChanged() local668 if (unsuppressedBubble != null) { in onLocusVisibilityChanged()669 unsuppressedBubble.setSuppressBubble(false); in onLocusVisibilityChanged()670 mStateChange.unsuppressedBubble = unsuppressedBubble; in onLocusVisibilityChanged()
1185 if (update.unsuppressedBubble != null && mStackView != null) {1186 mStackView.setBubbleVisibility(update.unsuppressedBubble, true);