Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java180 verify(mListContainer).notifyGroupChildRemoved( in testNotificationsBecomingUnbundled()
182 verify(mListContainer).notifyGroupChildRemoved( in testNotificationsBecomingUnbundled()
209 verify(mListContainer).notifyGroupChildRemoved( in testNotificationsBecomingSuppressed()
297 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) {} in notifyGroupChildRemoved() method in NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java64 void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer); in notifyGroupChildRemoved() method
DNotificationStackScrollLayout.java3248 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManager.java344 mListContainer.notifyGroupChildRemoved(remove, in removeNotificationChildren()