Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DStackStateAnimator.java248 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()
249 ExpandableView viewAfterChangingView = noNextView in calculateChildAnimationDelay() local
251 : (ExpandableView) event.viewAfterChangingView; in calculateChildAnimationDelay()
252 if (viewAfterChangingView == null) { in calculateChildAnimationDelay()
259 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()
382 if (event.viewAfterChangingView != null) { in processAnimationEvents()
385 && event.viewAfterChangingView instanceof ExpandableNotificationRow) { in processAnimationEvents()
389 (ExpandableNotificationRow) event.viewAfterChangingView; in processAnimationEvents()
402 ((ExpandableView) event.viewAfterChangingView).getViewState(); in processAnimationEvents()
H A DNotificationStackScrollLayout.java3347 event.viewAfterChangingView = getFirstChildBelowTranlsationY(removedTranslation, in generateChildRemovalEvents()
6165 View viewAfterChangingView;