protected void onUndisplay() {
   animatorThread.stop();
   super.onUndisplay();
 }
Exemplo n.º 2
0
 protected synchronized void onDisplay() {
   _animatorThread.startAnimation();
   super.onUndisplay();
 }