Searched refs:changingView (Results 1 – 2 of 2) sorted by relevance
235 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()346 final ExpandableView changingView = (ExpandableView) event.changingView; in processAnimationEvents() local352 .getViewStateForView(changingView); in processAnimationEvents()357 viewState.applyToView(changingView); in processAnimationEvents()358 mNewAddChildren.add(changingView); in processAnimationEvents()362 if (changingView.getVisibility() != View.VISIBLE) { in processAnimationEvents()363 removeFromOverlay(changingView); in processAnimationEvents()371 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()375 float ownPosition = changingView.getTranslationY(); in processAnimationEvents()376 if (changingView instanceof ExpandableNotificationRow in processAnimationEvents()[all …]
4731 final View changingView; field in NotificationStackScrollLayout.AnimationEvent4753 changingView = view; in AnimationEvent()