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

  /sdk/common/src/com/android/resources/
ResourceFolderType.java 30 LAYOUT(AndroidConstants.FD_RES_LAYOUT),
ResourceType.java 37 LAYOUT("layout", "Layout"), //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatStyle.java 26 * different preferred formats. For example, in layout files there is typically always a
30 * included on the same line whereas for other layout styles the children are typically
34 /** Layout formatting style: blank lines between elements, attributes on separate lines */
35 LAYOUT,
41 * Similar to layout style, but no newlines between related elements such as
70 return LAYOUT;
85 return LAYOUT;
  /packages/apps/Calendar/src/com/android/calendar/selectcalendars/
SelectCalendarsSyncAdapter.java 46 private static final int LAYOUT = R.layout.calendar_sync_item;
125 view = mInflater.inflate(LAYOUT, parent, false);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlPrettyPrinterTest.java 18 import com.android.ide.eclipse.adt.internal.editors.layout.gle2.DomUtilities;
114 checkFormat(XmlFormatStyle.LAYOUT, xml, expected);
143 prefs, XmlFormatStyle.LAYOUT,
182 XmlFormatStyle.LAYOUT,
244 XmlFormatPreferences.create(), XmlFormatStyle.LAYOUT,
259 prefs, XmlFormatStyle.LAYOUT,
279 XmlFormatPreferences.create(), XmlFormatStyle.LAYOUT,
291 XmlFormatPreferences.create(), XmlFormatStyle.LAYOUT,
304 prefs, XmlFormatStyle.LAYOUT,
321 XmlFormatStyle.LAYOUT,
    [all...]
  /prebuilt/common/tools-common/
tools-common-prebuilt.jar 

Completed in 1653 milliseconds