Searched refs:viewAfterChangingView (Results 1 – 2 of 2) sorted by relevance
342 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()343 View viewAfterChangingView = noNextView in calculateChildAnimationDelay() local345 : event.viewAfterChangingView; in calculateChildAnimationDelay()348 .getViewStateForView(viewAfterChangingView).notGoneIndex; in calculateChildAnimationDelay()849 .getViewStateForView(event.viewAfterChangingView); in processAnimationEvents()
1994 event.viewAfterChangingView = getFirstChildBelowTranlsationY(child.getTranslationY()); in generateChildRemovalEvents()3124 View viewAfterChangingView; field in NotificationStackScrollLayout.AnimationEvent