Searched refs:PREFS_SPACE_BEFORE_CLOSE (Results 1 – 2 of 2) sorted by relevance
67 …public final static String PREFS_SPACE_BEFORE_CLOSE = AdtPlugin.PLUGIN_ID + ".spaceBeforeClose"; /… field in AdtPrefs247 if (property == null || PREFS_SPACE_BEFORE_CLOSE.equals(property)) { in loadValues()248 mSpaceBeforeClose = mStore.getBoolean(PREFS_SPACE_BEFORE_CLOSE); in loadValues()514 store.setDefault(PREFS_SPACE_BEFORE_CLOSE, true); in initializeStoreWithDefaults()
106 mSpaceBeforeCloseEditor = new BooleanFieldEditor(AdtPrefs.PREFS_SPACE_BEFORE_CLOSE, in createFieldEditors()