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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinter.java 39 * Eclipse customization of the {@link EclipseXmlPrettyPrinter} which takes advantage of the
46 public class EclipseXmlPrettyPrinter extends XmlPrettyPrinter {
56 public EclipseXmlPrettyPrinter(
83 EclipseXmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style,
131 XmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style, lineSeparator);
AndroidXmlFormattingStrategy.java 84 * using the {@link EclipseXmlPrettyPrinter}, and then it replaces the affected region
346 XmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style, delimiter);
562 style = EclipseXmlPrettyPrinter.get(type);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
RenderPreviewList.java 21 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
110 String xml = EclipseXmlPrettyPrinter.prettyPrint(document, true);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
EclipseXmlPrettyPrinterTest.java 65 EclipseXmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(prefs, style, delimiter);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 30 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
258 XmlFormatStyle style = EclipseXmlPrettyPrinter.getForFolderType(folderType);
259 fileContents = EclipseXmlPrettyPrinter.prettyPrint(sb.toString(), formatPrefs,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
TemplateHandler.java 41 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
695 formatStyle = EclipseXmlPrettyPrinter.getForFile(toPath);
708 contents = EclipseXmlPrettyPrinter.prettyPrint(currentDocument,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
UseCompoundDrawableRefactoring.java 48 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
356 String xml = EclipseXmlPrettyPrinter.prettyPrint(
ExtractIncludeRefactoring.java 43 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
333 newFile = EclipseXmlPrettyPrinter.prettyPrint(newFile,
VisualRefactoring.java 36 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/common/layout/
TestNode.java 36 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
259 XmlPrettyPrinter printer = new EclipseXmlPrettyPrinter(EclipseXmlFormatPreferences.create(),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 35 import com.android.ide.eclipse.adt.internal.editors.formatting.EclipseXmlPrettyPrinter;
    [all...]

Completed in 1207 milliseconds