Searched refs:tmpListeners (Results 1 – 4 of 4) sorted by relevance
116 ArrayList<AnimatorPauseListener> tmpListeners = in pause() local118 int numListeners = tmpListeners.size(); in pause()120 tmpListeners.get(i).onAnimationPause(this); in pause()140 ArrayList<AnimatorPauseListener> tmpListeners = in resume() local142 int numListeners = tmpListeners.size(); in resume()144 tmpListeners.get(i).onAnimationResume(this); in resume()
355 ArrayList<AnimatorListener> tmpListeners = null; in cancel() local357 tmpListeners = (ArrayList<AnimatorListener>) mListeners.clone(); in cancel()358 int size = tmpListeners.size(); in cancel()360 tmpListeners.get(i).onAnimationCancel(this); in cancel()368 if (tmpListeners != null) { in cancel()369 int size = tmpListeners.size(); in cancel()371 tmpListeners.get(i).onAnimationEnd(this); in cancel()394 ArrayList<AnimatorListener> tmpListeners = in end() local396 for (int i = 0; i < tmpListeners.size(); i++) { in end()397 tmpListeners.get(i).onAnimationEnd(this); in end()[all …]
944 ArrayList<AnimatorListener> tmpListeners = in notifyStartListeners() local946 int numListeners = tmpListeners.size(); in notifyStartListeners()948 tmpListeners.get(i).onAnimationStart(this); in notifyStartListeners()1033 ArrayList<AnimatorListener> tmpListeners = in cancel() local1035 for (AnimatorListener listener : tmpListeners) { in cancel()1145 ArrayList<AnimatorListener> tmpListeners = in endAnimation() local1147 int numListeners = tmpListeners.size(); in endAnimation()1149 tmpListeners.get(i).onAnimationEnd(this); in endAnimation()
1689 ArrayList<TransitionListener> tmpListeners = in pause() local1691 int numListeners = tmpListeners.size(); in pause()1693 tmpListeners.get(i).onTransitionPause(this); in pause()1721 ArrayList<TransitionListener> tmpListeners = in resume() local1723 int numListeners = tmpListeners.size(); in resume()1725 tmpListeners.get(i).onTransitionResume(this); in resume()1893 ArrayList<TransitionListener> tmpListeners = in start() local1895 int numListeners = tmpListeners.size(); in start()1897 tmpListeners.get(i).onTransitionStart(this); in start()1920 ArrayList<TransitionListener> tmpListeners = in end() local[all …]