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/bubbles/
DBubbleControllerTest.java199 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 …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java408 void updateBubble(NotificationEntry notif) { in updateBubble() method in BubbleController
490 updateBubble(entry);
507 updateBubble(entry);
569 mStackView.updateBubble(update.updatedBubble);
DBubbleStackView.java720 void updateBubble(Bubble bubble) { in updateBubble() method in BubbleStackView