HomeSort by relevance Sort by last modified time
    Searched defs:XmlFormatPreferences (Results 1 - 2 of 2) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatPreferences.java 31 public class XmlFormatPreferences {
59 private XmlFormatPreferences() {
63 * Creates a new {@link XmlFormatPreferences} based on the current settings
66 * @return an {@link XmlFormatPreferences} object
68 public static XmlFormatPreferences create() {
69 XmlFormatPreferences p = new XmlFormatPreferences();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 38 XmlFormatPreferences formatPrefs = XmlFormatPreferences.create();
42 private void checkFormat(XmlFormatPreferences prefs, XmlFormatStyle style,
98 private void checkFormat(XmlFormatPreferences prefs, XmlFormatStyle style,
103 private void checkFormat(XmlFormatPreferences prefs, XmlFormatStyle style,
109 XmlFormatPreferences prefs = XmlFormatPreferences.create();
140 XmlFormatPreferences prefs = XmlFormatPreferences.create();
244 XmlFormatPreferences.create(), XmlFormatStyle.LAYOUT
    [all...]

Completed in 294 milliseconds