@Override
 public void onResume() {
   super.onResume();
   if (!mAnimationView.isAnimationRunning()) {
     mAnimationView.start();
   }
 }