Searched refs:stopAnimation (Results 1 – 1 of 1) sorted by relevance
97 stopAnimation(); in setVisibility()113 stopAnimation(); in onDetachedFromWindow()125 private void stopAnimation() { in stopAnimation() method in MediaNowPlayingView126 stopAnimation(mObjectAnimator1, mImage1); in stopAnimation()127 stopAnimation(mObjectAnimator2, mImage2); in stopAnimation()128 stopAnimation(mObjectAnimator3, mImage3); in stopAnimation()140 private void stopAnimation(Animator animator, View view) { in stopAnimation() method in MediaNowPlayingView