Home
last modified time | relevance | path

Searched refs:autoFormat (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
DNewXmlFileWizard.java238 boolean autoFormat = AdtPrefs.getPrefs().getUseCustomXmlFormatter(); in createXmlFile()
247 if (!autoFormat) { in createXmlFile()
255 if (!autoFormat) { in createXmlFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DExtractIncludeRefactoringTest.java38 protected boolean autoFormat() { in autoFormat() method in ExtractIncludeRefactoringTest
DRefactoringTest.java59 protected boolean autoFormat() { in autoFormat() method in RefactoringTest
73 store.setValue(AdtPrefs.PREFS_FORMAT_GUI_XML, autoFormat()); in setUp()