Home
last modified time | relevance | path

Searched refs:changingView (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java280 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()
763 final ExpandableView changingView = (ExpandableView) event.changingView; in processAnimationEvents() local
769 .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 …]
DNotificationStackScrollLayout.java2633 final View changingView; field in NotificationStackScrollLayout.AnimationEvent
2646 changingView = view; in AnimationEvent()