@Override
 public void surfaceDestroyed(SurfaceHolder holder) {
   if (player != null) {
     player.blockingClearSurface();
   }
 }