Searched refs:changingView (Results 1 – 2 of 2) sorted by relevance
340 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()862 final ExpandableView changingView = (ExpandableView) event.changingView; in processAnimationEvents() local868 .getViewStateForView(changingView); in processAnimationEvents()873 finalState.applyState(changingView, viewState); in processAnimationEvents()874 mNewAddChildren.add(changingView); in processAnimationEvents()878 if (changingView.getVisibility() == View.GONE) { in processAnimationEvents()879 removeFromOverlay(changingView); in processAnimationEvents()887 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()894 - (changingView.getTranslationY() + actualHeight / 2.0f)) * 2 / in processAnimationEvents()899 changingView.performRemoveAnimation(ANIMATION_DURATION_APPEAR_DISAPPEAR, in processAnimationEvents()[all …]
4556 final View changingView; field in NotificationStackScrollLayout.AnimationEvent4570 changingView = view; in AnimationEvent()