Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java85 @Nullable Bubble suppressedBubble; field in BubbleData.Update
109 || suppressedBubble != null in anythingChanged()
142 bubbleBarUpdate.suppressedBubbleKey = suppressedBubble != null in toBubbleBarUpdate()
143 ? suppressedBubble.getKey() in toBubbleBarUpdate()
738 mStateChange.suppressedBubble = bubble; in doSuppress()
H A DBubbleController.java1735 + " suppressed=" + (update.suppressedBubble != null)
1799 if (update.suppressedBubble != null) {
1800 mBubbleViewCallback.suppressionChanged(update.suppressedBubble, true);
/aosp14/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/
H A DBubbleDataTest.java1179 assertWithMessage("suppressedBubble").that(update.suppressedBubble).isEqualTo(expected); in assertBubbleSuppressed()