示例#1
0
 public void surfaceCreated(SurfaceHolder holder) {
   mThread = new DrawerThread(holder, getContext(), new Handler());
   mThread.start();
 }