/** @hide */
 @SystemApi
 public void hideWindow() {
   if (mWindowVisible) {
     mWindow.hide();
     mWindowVisible = false;
   }
 }