193194195196197198199200201202203
if (mCamera != null) { mCamera.capture(canvas); } // And finally unlock and post the surface. holder.unlockCanvasAndPost(canvas); if (interrupted()) { yield(); } }
198199200201202203204205206207208
if (mCamera != null) { //mCamera.capture(canvas); } // And finally unlock and post the surface. holder.unlockCanvasAndPost(canvas); if (interrupted()) { yield(); } }