Home
last modified time | relevance | path

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

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
DVisualRefactoring.java1288 public static MultiTextEdit reformat(String oldContents, MultiTextEdit edit, in reformat() argument
1291 document.set(oldContents); in reformat()
1326 int end = oldContents.length(); in reformat()
1329 if (formatted.charAt(i) != oldContents.charAt(j)) { in reformat()
1345 if (formatted.charAt(i) != oldContents.charAt(j)) { in reformat()