Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationListContainer.java66 void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer); in notifyGroupChildRemoved() method
DNotificationStackScrollLayoutController.java1865 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) {
1866 mView.notifyGroupChildRemoved(row, childrenContainer);
DNotificationStackScrollLayout.java3040 public void notifyGroupChildRemoved(ExpandableView row, ViewGroup childrenContainer) { in notifyGroupChildRemoved() method
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowControllerTest.kt208 verify(listContainer, never()).notifyGroupChildRemoved(any(), any()) in removeChild_whenTransfer()
222 verify(listContainer).notifyGroupChildRemoved(eq(childView), eq(childrenContainer)) in removeChild_whenNotTransfer()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java393 mListContainer.notifyGroupChildRemoved(childView, mView.getChildrenContainer()); in removeChild()