Home | History | Annotate | Download | only in preferences

Lines Matching defs:mStore

84     private IPreferenceStore mStore;
152 sThis.mStore = preferenceStore;
164 mOsSdkLocation = mStore.getString(PREFS_SDK_DIR);
185 mBuildVerbosity = BuildVerbosity.find(mStore.getString(PREFS_BUILD_VERBOSITY));
192 mBuildForceResResfresh = mStore.getBoolean(PREFS_BUILD_RES_AUTO_REFRESH);
197 mStore.getBoolean(PREFS_BUILD_FORCE_ERROR_ON_NATIVELIB_IN_JAR);
202 mStore.getBoolean(PREFS_BUILD_SKIP_POST_COMPILE_ON_FILE_SAVE);
206 mMonitorDensity = mStore.getFloat(PREFS_MONITOR_DENSITY);
210 mFormatGuiXml = mStore.getBoolean(PREFS_FORMAT_GUI_XML);
214 mPreferXmlEditor = mStore.getInt(PREFS_PREFER_XML);
218 mCustomXmlFormatter = mStore.getBoolean(PREFS_USE_CUSTOM_XML_FORMATTER);
222 mPalette = mStore.getString(PREFS_PALETTE_MODE);
226 mUseEclipseIndent = mStore.getBoolean(PREFS_USE_ECLIPSE_INDENT);
230 mRemoveEmptyLines = mStore.getBoolean(PREVS_REMOVE_EMPTY_LINES);
234 mOneAttributeOnFirstLine = mStore.getBoolean(PREFS_ONE_ATTR_PER_LINE);
238 String order = mStore.getString(PREFS_ATTRIBUTE_SORT);
248 mSpaceBeforeClose = mStore.getBoolean(PREFS_SPACE_BEFORE_CLOSE);
252 mFormatOnSave = mStore.getBoolean(PREFS_FORMAT_ON_SAVE);
256 mLintOnSave = mStore.getBoolean(PREFS_LINT_ON_SAVE);
260 mLintOnExport = mStore.getBoolean(PREFS_LINT_ON_EXPORT);
264 mSharedLayoutEditor = mStore.getBoolean(PREFS_SHARED_LAYOUT_EDITOR);
268 mAutoPickTarget = mStore.getBoolean(PREFS_AUTO_PICK_TARGET);
273 String previewMode = mStore.getString(PREFS_PREVIEWS);
284 mSkipLibrariesFromLint = mStore.getBoolean(PREFS_SKIP_LINT_LIBS);