Searched refs:viewAfterChangingView (Results 1 – 2 of 2) sorted by relevance
315 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()316 ExpandableView viewAfterChangingView = noNextView in calculateChildAnimationDelay() local318 : (ExpandableView) event.viewAfterChangingView; in calculateChildAnimationDelay()319 if (viewAfterChangingView == null) { in calculateChildAnimationDelay()326 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()475 if (event.viewAfterChangingView != null) {478 && event.viewAfterChangingView instanceof ExpandableNotificationRow) {482 (ExpandableNotificationRow) event.viewAfterChangingView;495 ((ExpandableView) event.viewAfterChangingView).getViewState();
3522 event.viewAfterChangingView = getFirstChildBelowTranlsationY(removedTranslation, in generateChildRemovalEvents()6732 View viewAfterChangingView;