Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java344 final ExpandableView changingView = (ExpandableView) event.mChangingView; in processAnimationEvents() local
349 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 …]