void showPastePopup() {
   if (mIsShowing) {
     mHandle.showPastePopupWindow();
   }
 }