public void setWindowSize(int width, int height) {
   mWindow.setWindowSize(width, height);
 }