Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DStackStateAnimator.java75 private Stack<AnimatorListenerAdapter> mAnimationListenerPool = new Stack<>(); field in StackStateAnimator
291 if (!mAnimationListenerPool.empty()) { in getGlobalAnimationFinishedListener()
292 return mAnimationListenerPool.pop(); in getGlobalAnimationFinishedListener()
305 mAnimationListenerPool.push(this); in getGlobalAnimationFinishedListener()