Ejemplo n.º 1
0
 /** @param state Whether the video player should run in full screen mode. */
 public void setFullscreen(boolean state) {
   mView.fullScreen(state);
 }