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.java247 .getViewStateForView(event.changingView).notGoneIndex; in calculateChildAnimationDelay()
360 final ExpandableView changingView = (ExpandableView) event.changingView; in processAnimationEvents() local
366 .getViewStateForView(changingView); in processAnimationEvents()
371 viewState.applyToView(changingView); in processAnimationEvents()
372 mNewAddChildren.add(changingView); in processAnimationEvents()
376 if (changingView.getVisibility() != View.VISIBLE) { in processAnimationEvents()
377 removeTransientView(changingView); in processAnimationEvents()
385 int actualHeight = changingView.getActualHeight(); in processAnimationEvents()
389 float ownPosition = changingView.getTranslationY(); in processAnimationEvents()
390 if (changingView instanceof ExpandableNotificationRow in processAnimationEvents()
[all …]
DNotificationStackScrollLayout.java5134 final View changingView;
5156 changingView = view;