Searched refs:viewAfterChangingView (Results 1 – 2 of 2) sorted by relevance
246 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()247 ExpandableView viewAfterChangingView = noNextView in calculateChildAnimationDelay() local249 : (ExpandableView) event.viewAfterChangingView; in calculateChildAnimationDelay()250 if (viewAfterChangingView == null) { in calculateChildAnimationDelay()257 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()368 if (event.viewAfterChangingView != null) { in processAnimationEvents()371 && event.viewAfterChangingView instanceof ExpandableNotificationRow) { in processAnimationEvents()375 (ExpandableNotificationRow) event.viewAfterChangingView; in processAnimationEvents()388 ((ExpandableView) event.viewAfterChangingView).getViewState(); in processAnimationEvents()
3546 event.viewAfterChangingView = getFirstChildBelowTranlsationY(removedTranslation,6055 View viewAfterChangingView;