Exemplo n.º 1
0
 /**
  * Starts the currently pending property animations immediately. Calling <code>start()</code> is
  * optional because all animations start automatically at the next opportunity. However, if the
  * animations are needed to start immediately and synchronously (not at the time when the next
  * event is processed by the hierarchy, which is when the animations would begin otherwise), then
  * this method can be used.
  */
 public void start() {
   mView.removeCallbacks(mAnimationStarter);
   startAnimation();
 }
Exemplo n.º 2
0
 @Override
 public void run() {
   startAnimation();
 }