Home
last modified time | relevance | path

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/wizards/newproject/
DNewProjectCreator.java1136 private String reformat(XmlFormatStyle style, String contents) { in reformat() method
1442 Map<String, Object> parameters, IProgressMonitor monitor, boolean reformat) in copyFile()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java1272 protected MultiTextEdit reformat(MultiTextEdit edit, XmlFormatStyle style) { in reformat() method in VisualRefactoring
1288 public static MultiTextEdit reformat(String oldContents, MultiTextEdit edit, in reformat() method in VisualRefactoring