Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java315 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()
316 ExpandableView viewAfterChangingView = noNextView in calculateChildAnimationDelay() local
318 : (ExpandableView) event.viewAfterChangingView; in calculateChildAnimationDelay()
319 if (viewAfterChangingView == null) { in calculateChildAnimationDelay()
326 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()
475 if (event.viewAfterChangingView != null) {
478 && event.viewAfterChangingView instanceof ExpandableNotificationRow) {
482 (ExpandableNotificationRow) event.viewAfterChangingView;
495 ((ExpandableView) event.viewAfterChangingView).getViewState();
DNotificationStackScrollLayout.java3522 event.viewAfterChangingView = getFirstChildBelowTranlsationY(removedTranslation, in generateChildRemovalEvents()
6732 View viewAfterChangingView;