Searched refs:changingView (Results 1 – 2 of 2) sorted by relevance
280 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()763 final ExpandableView changingView = (ExpandableView) event.changingView; in processAnimationEvents() local769 .getViewStateForView(changingView); in processAnimationEvents()774 if (changingView.getVisibility() == View.GONE) { in processAnimationEvents()776 finalState.removeViewStateForView(changingView); in processAnimationEvents()779 changingView.setAlpha(viewState.alpha); in processAnimationEvents()780 changingView.setTranslationY(viewState.yTranslation); in processAnimationEvents()781 changingView.setTranslationZ(viewState.zTranslation); in processAnimationEvents()782 changingView.setActualHeight(viewState.height, false); in processAnimationEvents()783 mNewAddChildren.add(changingView); in processAnimationEvents()[all …]
2633 final View changingView; field in NotificationStackScrollLayout.AnimationEvent2646 changingView = view; in AnimationEvent()