Home
last modified time | relevance | path

Searched refs:viewAfterChangingView (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java241 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()
242 ExpandableView viewAfterChangingView = noNextView in calculateChildAnimationDelay() local
244 : (ExpandableView) event.viewAfterChangingView; in calculateChildAnimationDelay()
245 if (viewAfterChangingView == null) { in calculateChildAnimationDelay()
252 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()
363 if (event.viewAfterChangingView != null) { in processAnimationEvents()
366 && event.viewAfterChangingView instanceof ExpandableNotificationRow) { in processAnimationEvents()
370 (ExpandableNotificationRow) event.viewAfterChangingView; in processAnimationEvents()
383 ((ExpandableView) event.viewAfterChangingView).getViewState(); in processAnimationEvents()
H A DNotificationStackScrollLayout.java3247 event.viewAfterChangingView = getFirstChildBelowTranlsationY(removedTranslation, in generateChildRemovalEvents()
5956 View viewAfterChangingView;