Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
H A DBubblesTest.java380 mBubbleController.updateBubble(mBubbleEntry); in testAddBubble()
388 mBubbleController.updateBubble(mBubbleEntry); in testHasBubbles()
395 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble()
411 mBubbleController.updateBubble(mBubbleEntry); in testPromoteBubble_autoExpand()
460 mBubbleController.updateBubble(mBubbleEntry); in testUserChange_doesNotRemoveNotif()
474 mBubbleController.updateBubble(mBubbleEntry); in testDismissStack()
496 mBubbleController.updateBubble(mBubbleEntry); in testExpandCollapseStack()
525 mBubbleController.updateBubble(mBubbleEntry); in testCollapseAfterChangingExpandedBubble()
944 mBubbleController.updateBubble( in testOverflowBubble_maxReached_notInShade_bubbleRemoved()
946 mBubbleController.updateBubble( in testOverflowBubble_maxReached_notInShade_bubbleRemoved()
[all …]
H A DNewNotifPipelineBubblesTest.java342 mBubbleController.updateBubble(mBubbleEntry); in testAddBubble()
350 mBubbleController.updateBubble(mBubbleEntry); in testHasBubbles()
357 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble()
373 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble_withDismissedNotif_inOverflow()
394 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble_withDismissedNotif_notInOverflow()
418 mBubbleController.updateBubble(mBubbleEntry); in testDismissStack()
440 mBubbleController.updateBubble(mBubbleEntry); in testExpandCollapseStack()
468 mBubbleController.updateBubble(mBubbleEntry); in testCollapseAfterChangingExpandedBubble()
514 mBubbleController.updateBubble(mBubbleEntry); in testExpansionRemovesShowInShadeAndDot()
539 mBubbleController.updateBubble(mBubbleEntry); in testUpdateWhileExpanded_DoesntChangeShowInShadeAndDot()
[all …]
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleController.java727 updateBubble(e, true /* suppressFlyout */, false /* showInShade */); in restoreBubbles()
904 public void updateBubble(BubbleEntry notif) { in updateBubble() method in BubbleController
905 updateBubble(notif, false /* suppressFlyout */, true /* showInShade */); in updateBubble()
938 public void updateBubble(BubbleEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble() method in BubbleController
977 updateBubble(entry); in onEntryAdded()
988 updateBubble(entry); in onEntryUpdated()
1178 mStackView.updateBubble(update.updatedBubble);
H A DBubbleStackView.java1603 void updateBubble(Bubble bubble) { in updateBubble() method in BubbleStackView