Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/
DSimpleNotificationListContainer.kt38 fun notifyGroupChildRemoved(row: View, parent: ViewGroup) method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationViewHierarchyManagerTest.java297 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) {} in notifyGroupChildRemoved() method in NotificationViewHierarchyManagerTest.FakeListContainer
300 public void notifyGroupChildRemoved(View v, ViewGroup childrenContainer) {} in notifyGroupChildRemoved() method in NotificationViewHierarchyManagerTest.FakeListContainer
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java67 void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer); in notifyGroupChildRemoved() method