Searched refs:mBackgroundAnimatorListener (Results 1 – 1 of 1) sorted by relevance
90 private Animator.AnimatorListener mBackgroundAnimatorListener; field in AllSetActivity136 if (mBackgroundAnimatorListener == null) { in startBackgroundAnimation()137 mBackgroundAnimatorListener = in startBackgroundAnimation()160 mAnimatedBackground.addAnimatorListener(mBackgroundAnimatorListener); in startBackgroundAnimation()211 if (mBackgroundAnimatorListener != null) { in onDestroy()212 mAnimatedBackground.removeAnimatorListener(mBackgroundAnimatorListener); in onDestroy()