コード例 #1
0
 private void hidePopup() {
   LayoutPopupManager man = popupManager;
   if (man != null) {
     man.hideCurrentPopup();
   }
 }