Searched defs:mAnimationListenerPool (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DStackStateAnimator.java66 private Stack<AnimatorListenerAdapter> mAnimationListenerPool = new Stack<>(); field in class:StackStateAnimator
298 if (!mAnimationListenerPool.empty()) {
299 return mAnimationListenerPool.pop();
312 mAnimationListenerPool.push(this);

Completed in 101 milliseconds