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.java273 boolean noNextView = event.viewAfterChangingView == null; in calculateChildAnimationDelay()
274 ExpandableView viewAfterChangingView = noNextView in calculateChildAnimationDelay() local
276 : (ExpandableView) event.viewAfterChangingView; in calculateChildAnimationDelay()
277 if (viewAfterChangingView == null) { in calculateChildAnimationDelay()
284 int nextIndex = viewAfterChangingView.getViewState().notGoneIndex; in calculateChildAnimationDelay()
412 if (event.viewAfterChangingView != null) { in processAnimationEvents()
415 && event.viewAfterChangingView instanceof ExpandableNotificationRow) { in processAnimationEvents()
419 (ExpandableNotificationRow) event.viewAfterChangingView; in processAnimationEvents()
432 ((ExpandableView) event.viewAfterChangingView).getViewState(); in processAnimationEvents()
DNotificationStackScrollLayout.java3329 event.viewAfterChangingView = getFirstChildBelowTranlsationY(removedTranslation, in generateChildRemovalEvents()
6318 View viewAfterChangingView;