Searched refs:mAnimationListenerPool (Results 1 – 1 of 1) sorted by relevance
88 private Stack<AnimatorListenerAdapter> mAnimationListenerPool = new Stack<>(); field in StackStateAnimator750 if (!mAnimationListenerPool.empty()) { in getGlobalAnimationFinishedListener()751 return mAnimationListenerPool.pop(); in getGlobalAnimationFinishedListener()764 mAnimationListenerPool.push(this); in getGlobalAnimationFinishedListener()