Searched refs:changingView (Results 1 – 2 of 2) sorted by relevance
247 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()360 final ExpandableView changingView = (ExpandableView) event.changingView; in processAnimationEvents() local366 .getViewStateForView(changingView); in processAnimationEvents()371 viewState.applyToView(changingView); in processAnimationEvents()372 mNewAddChildren.add(changingView); in processAnimationEvents()376 if (changingView.getVisibility() != View.VISIBLE) { in processAnimationEvents()377 removeTransientView(changingView); in processAnimationEvents()385 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()389 float ownPosition = changingView.getTranslationY(); in processAnimationEvents()390 if (changingView instanceof ExpandableNotificationRow in processAnimationEvents()[all …]
5134 final View changingView;5156 changingView = view;