Home | History | Annotate | Download | only in camera

Lines Matching refs:mPopup

218     private AbstractSettingPopup mPopup;
507 if (mPopup != null) {
515 if (mPopup != null) {
2393 if (mPopup == null && mGestures != null && mRenderOverlay != null) {
2395 } else if (mPopup != null) {
2474 if (mPopup != null) {
2525 if (mPopup != null) {
2785 mPopup = popup;
2786 mPopup.setVisibility(View.VISIBLE);
2790 ((FrameLayout) mRootView).addView(mPopup, lp);
2803 if (mPopup != null) {
2804 ((FrameLayout) mRootView).removeView(mPopup);
2805 mPopup = null;