HomeSort by relevance Sort by last modified time
    Searched refs:PREFS_ONE_ATTR_PER_LINE (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
AdtPrefs.java 66 public final static String PREFS_ONE_ATTR_PER_LINE = AdtPlugin.PLUGIN_ID + ".oneAttrPerLine"; //$NON-NLS-1$
233 if (property == null || PREFS_ONE_ATTR_PER_LINE.equals(property)) {
234 mOneAttributeOnFirstLine = mStore.getBoolean(PREFS_ONE_ATTR_PER_LINE);
513 store.setDefault(PREFS_ONE_ATTR_PER_LINE, true);
EditorsPage.java 101 mOneAttrPerLineEditor = new BooleanFieldEditor(AdtPrefs.PREFS_ONE_ATTR_PER_LINE,

Completed in 485 milliseconds