Пример #1
0
 public void endAnimation() {
   if (fAnimator != null) {
     fAnimator.end();
     fAnimator = null;
   }
 }