Exemplo n.º 1
0
 /**
  * This method is part of the SurfaceHolder.Callback interface, and is not normally called or
  * subclassed by clients of GLSceneView.
  */
 public void surfaceDestroyed(SurfaceHolder holder) {
   // Surface will be destroyed when we return
   if (mGLThread != null) {
     mGLThread.surfaceDestroyed();
   }
 }