Searched refs:updateBubble (Results 1 – 3 of 3) sorted by relevance
199 mBubbleController.updateBubble(mRow.getEntry()); in testAddBubble()208 mBubbleController.updateBubble(mRow.getEntry()); in testHasBubbles()214 mBubbleController.updateBubble(mRow.getEntry()); in testRemoveBubble()229 mBubbleController.updateBubble(mRow.getEntry()); in testRemoveBubble_withDismissedNotif()249 mBubbleController.updateBubble(mRow.getEntry()); in testDismissStack()251 mBubbleController.updateBubble(mRow2.getEntry()); in testDismissStack()268 mBubbleController.updateBubble(mRow.getEntry()); in testExpandCollapseStack()297 mBubbleController.updateBubble(mRow.getEntry()); in testCollapseAfterChangingExpandedBubble()298 mBubbleController.updateBubble(mRow2.getEntry()); in testCollapseAfterChangingExpandedBubble()335 mBubbleController.updateBubble(mRow.getEntry()); in testExpansionRemovesShowInShade()[all …]
408 void updateBubble(NotificationEntry notif) { in updateBubble() method in BubbleController490 updateBubble(entry);507 updateBubble(entry);569 mStackView.updateBubble(update.updatedBubble);
720 void updateBubble(Bubble bubble) { in updateBubble() method in BubbleStackView