Home | History | Annotate | Download | only in menu

Lines Matching refs:mPopup

55     private MenuPopup mPopup;
110 if (mPopup != null) {
111 mPopup.setForceShowIcon(forceShowIcon);
147 if (mPopup == null) {
148 mPopup = createPopup();
150 return mPopup;
285 mPopup.dismiss();
298 mPopup = null;
306 return mPopup != null && mPopup.isShowing();
312 if (mPopup != null) {
313 mPopup.setCallback(cb);