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,
350 * Should the Android XML formatter attempt to place a single attribute on
353 * @return true if single-attribute elements should place the attribute on
387 * Returns whether the file should be automatically formatted on save.
389 * @return true if the XML files should be formatted on save.
399 public void setLintOnSave(boolean on) { argument
400 mLintOnSave = on;
402 store.setValue(PREFS_LINT_ON_SAVE, on);
409 public void setLintOnExport(boolean on) { argument
410 mLintOnExport = on;
431 setSharedLayoutEditor(boolean on) argument
[all...]

Completed in 62 milliseconds