Home | History | Annotate | Download | only in camera

Lines Matching defs:mPopup

42     private MoreSettingPopup mPopup;
54 mPopup = null;
113 if (mPopup == null) {
116 mModule.showPopup(mPopup);
130 if (mPopup != null) {
131 mPopup.reloadPreference();
138 if (mPopup != null && mSecondPopup != null) {
140 mPopup.reloadPreference();
148 if (mPopup == null) initializePopup();
149 mPopup.overrideSettings(keyvalues);
164 mPopup = popup;
171 if (topPopupOnly) mModule.showPopup(mPopup);