Searched refs:viewAfterChangingView (Results 1 – 2 of 2) sorted by relevance
292 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()293 View viewAfterChangingView = noNextView in calculateChildAnimationDelay() local295 : event.viewAfterChangingView; in calculateChildAnimationDelay()298 .getViewStateForView(viewAfterChangingView).notGoneIndex; in calculateChildAnimationDelay()795 .getViewStateForView(event.viewAfterChangingView); in processAnimationEvents()
1781 event.viewAfterChangingView = getFirstChildBelowTranlsationY(child.getTranslationY()); in generateChildRemovalEvents()2637 View viewAfterChangingView; field in NotificationStackScrollLayout.AnimationEvent