Home
last modified time | relevance | path

Searched defs:notifyGroupChildRemoved (Results 1 – 3 of 3) sorted by relevance

/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 DNotificationStackScrollLayout.java2945 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) { in notifyGroupChildRemoved() method
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
H A DNotificationViewHierarchyManagerTest.java285 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) {} in notifyGroupChildRemoved() method in NotificationViewHierarchyManagerTest.FakeListContainer