Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleController.java600 Bubble bubbleChild = bubbleChildren.get(i); in handleSummaryRemovalInterception() local
603 mNotificationGroupManager.onEntryRemoved(bubbleChild.getEntry()); in handleSummaryRemovalInterception()
604 bubbleChild.setShowInShadeWhenBubble(false); in handleSummaryRemovalInterception()
605 bubbleChild.setShowBubbleDot(false); in handleSummaryRemovalInterception()
607 mStackView.updateDotVisibility(bubbleChild.getKey()); in handleSummaryRemovalInterception()
630 Bubble bubbleChild = bubbleChildren.get(i); in handleSummaryRemovalInterception() local
631 mBubbleData.notificationEntryRemoved(bubbleChild.getEntry(), in handleSummaryRemovalInterception()