Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleData.java125 BubbleBarUpdate bubbleBarUpdate = new BubbleBarUpdate(); in toBubbleBarUpdate() local
127 bubbleBarUpdate.expandedChanged = expandedChanged; in toBubbleBarUpdate()
128 bubbleBarUpdate.expanded = expanded; in toBubbleBarUpdate()
130 bubbleBarUpdate.selectedBubbleKey = selectedBubble != null in toBubbleBarUpdate()
134 bubbleBarUpdate.addedBubble = addedBubble != null in toBubbleBarUpdate()
139 bubbleBarUpdate.updatedBubble = updatedBubble != null in toBubbleBarUpdate()
142 bubbleBarUpdate.suppressedBubbleKey = suppressedBubble != null in toBubbleBarUpdate()
150 bubbleBarUpdate.removedBubbles.add( in toBubbleBarUpdate()
159 return bubbleBarUpdate; in toBubbleBarUpdate()
167 BubbleBarUpdate bubbleBarUpdate = new BubbleBarUpdate(); in getInitialState() local
[all …]
H A DBubbleController.java1840 BubbleBarUpdate bubbleBarUpdate = update.toBubbleBarUpdate();
1842 if (bubbleBarUpdate.anythingChanged()) {
1843 mBubbleStateListener.onBubbleStateChange(bubbleBarUpdate);