Home
last modified time | relevance | path

Searched refs:reformat (Results 1 – 8 of 8) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreator.java1065 manifestTemplate = reformat(XmlFormatStyle.MANIFEST, manifestTemplate); in addManifest()
1126 stringDefinitionTemplate = reformat(XmlFormatStyle.RESOURCE, stringDefinitionTemplate); in addStringDictionaryFile()
1136 private String reformat(XmlFormatStyle style, String contents) { in reformat() method
1442 Map<String, Object> parameters, IProgressMonitor monitor, boolean reformat) in copyFile() argument
1452 if (reformat) { in copyFile()
1457 template = reformat(style, template); in copyFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DUnwrapRefactoring.java217 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); in computeChanges()
DVisualRefactoring.java1272 protected MultiTextEdit reformat(MultiTextEdit edit, XmlFormatStyle style) { in reformat() method in VisualRefactoring
1274 return reformat(xml, edit, style); in reformat()
1288 public static MultiTextEdit reformat(String oldContents, MultiTextEdit edit, in reformat() method in VisualRefactoring
DWrapInRefactoring.java398 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); in computeChanges()
DUseCompoundDrawableRefactoring.java365 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); in computeChanges()
DExtractStyleRefactoring.java384 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); in computeChanges()
DExtractIncludeRefactoring.java375 MultiTextEdit formatted = reformat(doc.get(), rootEdit, in handleIncludingFile()
DChangeLayoutRefactoring.java323 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT); in computeChanges()