Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/render/
DSectionHeaderController.kt61 _view.transientContainer?.removeView(_view) in reinflateView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationSectionsManager.kt113 view.transientContainer?.removeView(view) in <lambda>()
216 header.transientContainer?.removeTransientView(header) in <lambda>()
217 header.transientContainer = null in <lambda>()
DNotificationStackScrollLayoutController.java420 ViewGroup transientContainer = row.getTransientContainer();
421 if (transientContainer != null) {
422 transientContainer.removeTransientView(view);
DNotificationStackScrollLayout.java3198 ViewGroup transientContainer = child.getTransientContainer(); in generateChildRemovalEvents() local
3199 if (transientContainer != null) { in generateChildRemovalEvents()
3200 transientContainer.removeTransientView(child); in generateChildRemovalEvents()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableView.java518 public void setTransientContainer(ViewGroup transientContainer) { in setTransientContainer() argument
519 mTransientContainer = transientContainer; in setTransientContainer()