Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java247 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()
248 View viewAfterChangingView = noNextView in calculateChildAnimationDelay() local
250 : event.viewAfterChangingView; in calculateChildAnimationDelay()
251 if (viewAfterChangingView == null) { in calculateChildAnimationDelay()
259 .getViewStateForView(viewAfterChangingView).notGoneIndex; in calculateChildAnimationDelay()
370 .getViewStateForView(event.viewAfterChangingView); in processAnimationEvents()
377 && event.viewAfterChangingView instanceof ExpandableNotificationRow) { in processAnimationEvents()
381 (ExpandableNotificationRow) event.viewAfterChangingView; in processAnimationEvents()
DNotificationStackScrollLayout.java3048 event.viewAfterChangingView = getFirstChildBelowTranlsationY(removedTranslation, in generateChildRemovalEvents()
4735 View viewAfterChangingView; field in NotificationStackScrollLayout.AnimationEvent