Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DStackStateAnimator.java80 private ArrayList<NotificationStackScrollLayout.AnimationEvent> mNewEvents = field in StackStateAnimator
118 mAnimationFilter.applyCombination(mNewEvents); in startAnimationForEvents()
120 mCurrentLength = NotificationStackScrollLayout.AnimationEvent.combineLength(mNewEvents); in startAnimationForEvents()
139 mNewEvents.clear(); in startAnimationForEvents()
334 for (NotificationStackScrollLayout.AnimationEvent event : mNewEvents) { in calculateChildAnimationDelay()
954 mNewEvents.add(event); in processAnimationEvents()