Searched refs:viewAfterChangingView (Results 1 – 2 of 2) sorted by relevance
247 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()248 View viewAfterChangingView = noNextView in calculateChildAnimationDelay() local250 : 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()
3048 event.viewAfterChangingView = getFirstChildBelowTranlsationY(removedTranslation, in generateChildRemovalEvents()4735 View viewAfterChangingView; field in NotificationStackScrollLayout.AnimationEvent