Searched refs:viewAfterChangingView (Results 1 – 2 of 2) sorted by relevance
352 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()353 View viewAfterChangingView = noNextView in calculateChildAnimationDelay() local355 : event.viewAfterChangingView; in calculateChildAnimationDelay()358 .getViewStateForView(viewAfterChangingView).notGoneIndex; in calculateChildAnimationDelay()886 .getViewStateForView(event.viewAfterChangingView); in processAnimationEvents()
2783 event.viewAfterChangingView = getFirstChildBelowTranlsationY(child.getTranslationY()); in generateChildRemovalEvents()4560 View viewAfterChangingView; field in NotificationStackScrollLayout.AnimationEvent