Searched defs:on (Results 1 - 1 of 1) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
H A DAdtPrefs.java11 * distributed under the License is distributed on an "AS IS" BASIS,
321 * Should the Android XML formatter attempt to place a single attribute on
324 * @return true if single-attribute elements should place the attribute on
358 * Returns whether the file should be automatically formatted on save.
360 * @return true if the XML files should be formatted on save.
370 public void setLintOnSave(boolean on) { argument
371 mLintOnSave = on;
373 store.setValue(PREFS_LINT_ON_SAVE, on);
380 public void setLintOnExport(boolean on) { argument
381 mLintOnExport = on;
402 setSharedLayoutEditor(boolean on) argument
[all...]

Completed in 38 milliseconds