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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
H A DVisualRefactoring.java1270 protected MultiTextEdit reformat(MultiTextEdit edit, XmlFormatStyle style) { method in class:VisualRefactoring
1272 return reformat(xml, edit, style);
1286 public static MultiTextEdit reformat(String oldContents, MultiTextEdit edit, method in class:VisualRefactoring
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
H A DNewProjectCreator.java1018 manifestTemplate = reformat(XmlFormatStyle.MANIFEST, manifestTemplate);
1078 // reformat the file according to the user's formatting settings
1079 stringDefinitionTemplate = reformat(XmlFormatStyle.RESOURCE, stringDefinitionTemplate);
1089 private String reformat(XmlFormatStyle style, String contents) { method in class:NewProjectCreator
1395 Map<String, Object> parameters, IProgressMonitor monitor, boolean reformat)
1405 if (reformat) {
1409 template = reformat(style, template);
1394 copyFile(String resourceFilename, IFile destFile, Map<String, Object> parameters, IProgressMonitor monitor, boolean reformat) argument

Completed in 674 milliseconds