private void hidePopup() { LayoutPopupManager man = popupManager; if (man != null) { man.hideCurrentPopup(); } }