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.java246 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()
247 ExpandableView viewAfterChangingView = noNextView in calculateChildAnimationDelay() local
249 : (ExpandableView) event.viewAfterChangingView; in calculateChildAnimationDelay()
250 if (viewAfterChangingView == null) { in calculateChildAnimationDelay()
257 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()
368 if (event.viewAfterChangingView != null) { in processAnimationEvents()
371 && event.viewAfterChangingView instanceof ExpandableNotificationRow) { in processAnimationEvents()
375 (ExpandableNotificationRow) event.viewAfterChangingView; in processAnimationEvents()
388 ((ExpandableView) event.viewAfterChangingView).getViewState(); in processAnimationEvents()
DNotificationStackScrollLayout.java3546 event.viewAfterChangingView = getFirstChildBelowTranlsationY(removedTranslation,
6055 View viewAfterChangingView;