// Stop the animation thread when the screen the field is on is
 // popped off of the display stack.
 protected synchronized void onUndisplay() {
   _animatorThread.stopAnimation();
   super.onUndisplay();
 }