HomeSort by relevance Sort by last modified time
    Searched refs:reformat (Results 1 - 9 of 9) sorted by null

  /frameworks/base/telephony/java/android/telephony/
PhoneNumberFormattingTextWatcher.java 110 String formatted = reformat(s, Selection.getSelectionEnd(s));
129 private String reformat(CharSequence s, int cursor) { method in class:PhoneNumberFormattingTextWatcher
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 865 private String reformat(XmlFormatStyle style, String contents) { method
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UnwrapRefactoring.java 216 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT);
UseCompoundDrawableRefactoring.java 208 // (3) Reformat.
334 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT);
WrapInRefactoring.java 397 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT);
VisualRefactoring.java 1270 protected MultiTextEdit reformat(MultiTextEdit edit, XmlFormatStyle style) { method in class:VisualRefactoring
1286 public static MultiTextEdit reformat(String oldContents, MultiTextEdit edit, method in class:VisualRefactoring
    [all...]
ExtractStyleRefactoring.java 381 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT);
ChangeLayoutRefactoring.java 322 MultiTextEdit formatted = reformat(rootEdit, XmlFormatStyle.LAYOUT);
ExtractIncludeRefactoring.java 374 MultiTextEdit formatted = reformat(doc.get(), rootEdit,

Completed in 3483 milliseconds