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.java345 final ExpandableView changingView = (ExpandableView) event.mChangingView; in processAnimationEvents() local
350 ExpandableViewState viewState = changingView.getViewState(); in processAnimationEvents()
355 viewState.applyToView(changingView); in processAnimationEvents()
356 mNewAddChildren.add(changingView); in processAnimationEvents()
360 if (changingView.getVisibility() != View.VISIBLE) { in processAnimationEvents()
361 removeTransientView(changingView); in processAnimationEvents()
370 float ownPosition = changingView.getTranslationY(); in processAnimationEvents()
371 if (changingView instanceof ExpandableNotificationRow in processAnimationEvents()
374 (ExpandableNotificationRow) changingView; in processAnimationEvents()
385 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()
[all …]