Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
H A DRootNodeController.kt62 listContainer.removeContainerView(child.view)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationListContainer.java102 void removeContainerView(View v); in removeContainerView() method
H A DNotificationStackScrollLayoutController.java1764 public void removeContainerView(View v) {
1765 mView.removeContainerView(v);
H A DNotificationStackScrollLayout.java4749 public void removeContainerView(View v) { in removeContainerView() method
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayoutTest.java738 mStackScroller.removeContainerView(row); in testRemoveNotificationUpdatesSpeedBump()