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