Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/wmshell/
DBubblesTest.java578 mBubbleController.updateBubble(mBubbleEntry); in bubblesHiddenWhileDreaming()
618 mBubbleController.updateBubble(mBubbleEntry); in testAddBubble()
626 mBubbleController.updateBubble(mBubbleEntry); in testHasBubbles()
633 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble()
649 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble_withDismissedNotif_inOverflow()
670 mBubbleController.updateBubble(mBubbleEntry); in testRemoveBubble_withDismissedNotif_notInOverflow()
693 mBubbleController.updateBubble(mBubbleEntry); in testDismissStack()
696 mBubbleController.updateBubble(mBubbleEntry2); in testDismissStack()
715 mBubbleController.updateBubble(mBubbleEntry); in testExpandCollapseStack()
742 mBubbleController.updateBubble(mBubbleEntry); in testCollapseAfterChangingExpandedBubble()
[all …]
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
DBubbleController.java164 void updateBubble(Bubble updatedBubble); in updateBubble() method
1062 updateBubble(e, true /* suppressFlyout */, showInShade); in restoreBubbles()
1373 public void updateBubble(BubbleEntry notif) { in updateBubble() method in BubbleController
1376 updateBubble(notif, false /* suppressFlyout */, true /* showInShade */); in updateBubble()
1609 public void updateBubble(BubbleEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble() method in BubbleController
1705 updateBubble(entry); in onEntryAdded()
1720 updateBubble(entry); in onEntryUpdated()
1868 public void updateBubble(Bubble updatedBubble) {
1870 mStackView.updateBubble(updatedBubble);
1933 public void updateBubble(Bubble updatedBubble) {
[all …]
DBubbleStackView.java2053 void updateBubble(Bubble bubble) { in updateBubble() method in BubbleStackView