Searched refs:viewAfterChangingView (Results 1 – 2 of 2) sorted by relevance
259 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()260 View viewAfterChangingView = noNextView in calculateChildAnimationDelay() local262 : event.viewAfterChangingView; in calculateChildAnimationDelay()263 if (viewAfterChangingView == null) { in calculateChildAnimationDelay()271 .getViewStateForView(viewAfterChangingView).notGoneIndex; in calculateChildAnimationDelay()384 .getViewStateForView(event.viewAfterChangingView); in processAnimationEvents()391 && event.viewAfterChangingView instanceof ExpandableNotificationRow) { in processAnimationEvents()395 (ExpandableNotificationRow) event.viewAfterChangingView; in processAnimationEvents()
3313 event.viewAfterChangingView = getFirstChildBelowTranlsationY(removedTranslation,5138 View viewAfterChangingView;