Ejemplo n.º 1
0
 @Override
 protected long getTimeout() {
   return (xAnim.getDuration() + yAnim.getDuration())
       + (xAnim.getStartDelay() + yAnim.getStartDelay())
       + ANIM_DELAY
       + FUTURE_RELEASE_DELAY;
 }