Searched refs:updateBubble (Results 1 – 3 of 3) sorted by relevance
578 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 …]
164 void updateBubble(Bubble updatedBubble); in updateBubble() method1062 updateBubble(e, true /* suppressFlyout */, showInShade); in restoreBubbles()1373 public void updateBubble(BubbleEntry notif) { in updateBubble() method in BubbleController1376 updateBubble(notif, false /* suppressFlyout */, true /* showInShade */); in updateBubble()1609 public void updateBubble(BubbleEntry notif, boolean suppressFlyout, boolean showInShade) { in updateBubble() method in BubbleController1705 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 …]
2053 void updateBubble(Bubble bubble) { in updateBubble() method in BubbleStackView