Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java477 mBubbleController.updateBubble(mBubbleEntry); in dreamingHidesBubbles()
502 mBubbleController.updateBubble(mBubbleEntry); in testAddBubble()
510 mBubbleController.updateBubble(mBubbleEntry); in testHasBubbles()
517 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble()
533 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble_withDismissedNotif_inOverflow()
554 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble_withDismissedNotif_notInOverflow()
577 mBubbleController.updateBubble(mBubbleEntry); in testDismissStack()
599 mBubbleController.updateBubble(mBubbleEntry); in testExpandCollapseStack()
626 mBubbleController.updateBubble(mBubbleEntry); in testCollapseAfterChangingExpandedBubble()
672 mBubbleController.updateBubble(mBubbleEntry); in testExpansionRemovesShowInShadeAndDot()
[all …]
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java156 void updateBubble(Bubble updatedBubble); in updateBubble() method
935 updateBubble(e, true /* suppressFlyout */, showInShade); in restoreBubbles()
1180 public void updateBubble(BubbleEntry notif) { in updateBubble() method in BubbleController
1183 updateBubble(notif, false /* suppressFlyout */, true /* showInShade */); in updateBubble()
1376 public void updateBubble(BubbleEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble() method in BubbleController
1467 updateBubble(entry); in onEntryAdded()
1482 updateBubble(entry); in onEntryUpdated()
1630 public void updateBubble(Bubble updatedBubble) {
1632 mStackView.updateBubble(updatedBubble);
1682 public void updateBubble(Bubble updatedBubble) {
[all …]
H A DBubbleStackView.java1868 void updateBubble(Bubble bubble) { in updateBubble() method in BubbleStackView