@Override
 public void hide() {
   if (mIsShowing) {
     if (mHandle != null) mHandle.hide();
     mIsShowing = false;
   }
 }