Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java325 transientViewsToRemove.getTransientContainer() in onAnimationFinished()
396 && changingView.getTransientContainer() != null) { in processAnimationEvents()
397 changingView.getTransientContainer().removeTransientView(changingView); in processAnimationEvents()
471 if (viewToRemove.getTransientContainer() != null) { in removeTransientView()
472 viewToRemove.getTransientContainer().removeTransientView(viewToRemove); in removeTransientView()
H A DNotificationStackScrollLayoutController.java449 ViewGroup transientContainer = row.getTransientContainer();
H A DNotificationStackScrollLayout.java3053 && child.getTransientContainer() != null) { in changeViewPosition()
3237 ViewGroup transientContainer = child.getTransientContainer(); in generateChildRemovalEvents()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DExpandableView.java523 public ViewGroup getTransientContainer() { in getTransientContainer() method in ExpandableView
/aosp12/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationSectionsManagerTest.java257 when(silentHeaderView.getTransientContainer()).thenReturn(transientParent); in testHeaderRemovedFromTransientParent()