Searched refs:changingView (Results 1 – 1 of 1) sorted by relevance
344 final ExpandableView changingView = (ExpandableView) event.mChangingView; in processAnimationEvents() local349 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()354 viewState.applyToView(changingView); in processAnimationEvents()355 mNewAddChildren.add(changingView); in processAnimationEvents()359 if (changingView.getVisibility() != View.VISIBLE) { in processAnimationEvents()360 removeTransientView(changingView); in processAnimationEvents()369 float ownPosition = changingView.getTranslationY(); in processAnimationEvents()370 if (changingView instanceof ExpandableNotificationRow in processAnimationEvents()373 (ExpandableNotificationRow) changingView; in processAnimationEvents()384 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()[all …]