Lines Matching refs:mPopup
136 private AbstractSettingPopup mPopup;
788 if (mPopup != null) {
1185 if (mPopup != null) {
1277 if (mPopup != null) {
1286 if (mPopup != null) {
2449 mPopup = popup;
2450 mPopup.setVisibility(View.VISIBLE);
2454 ((FrameLayout) mRootView).addView(mPopup, lp);
2467 if (mPopup != null) {
2468 ((FrameLayout) mRootView).removeView(mPopup);
2469 mPopup = null;