Esempio n. 1
0
 @Override
 public long getDuration() {
   Animator a = mAnimator.get();
   return a == null ? 0 : a.getDuration();
 }