Home | History | Annotate | Download | only in camera

Lines Matching defs:mPopup

41     private AbstractSettingPopup mPopup;
55 mPopup = null;
90 if (mPopup == null || mPopupStatus != POPUP_FIRST_LEVEL) {
94 mModule.showPopup(mPopup);
108 if (mPopup != null) {
109 mPopup.reloadPreference();
116 if (mPopup == null || mPopupStatus != POPUP_FIRST_LEVEL) {
120 ((MoreSettingPopup) mPopup).overrideSettings(keyvalues);
126 if (mPopup != null) {
146 mPopup = popup;
154 if (topPopupOnly) mModule.showPopup(mPopup);
173 mPopup = timeInterval;
180 mPopup = basic;
182 mModule.showPopup(mPopup);