Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManagerTest.java182 verify(mListContainer).notifyGroupChildRemoved( in testNotificationsBecomingUnbundled()
184 verify(mListContainer).notifyGroupChildRemoved( in testNotificationsBecomingUnbundled()
211 verify(mListContainer).notifyGroupChildRemoved( in testNotificationsBecomingSuppressed()
285 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) {} in notifyGroupChildRemoved() method in NotificationViewHierarchyManagerTest.FakeListContainer
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java67 void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer); in notifyGroupChildRemoved() method
H A DNotificationStackScrollLayoutController.java1622 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) {
1623 mView.notifyGroupChildRemoved(row, childrenContainer);
H A DNotificationStackScrollLayout.java2945 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) { in notifyGroupChildRemoved() method
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableNotificationRowController.java256 mListContainer.notifyGroupChildRemoved(childView, mView); in removeChild()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManager.java425 mListContainer.notifyGroupChildRemoved(remove, in removeNotificationChildren()