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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/formatting/
XmlFormatStyle.java 28 * newlines between different types of elements. As another example, in resource files,
37 /** Resource style: one line per complete element including text child content */
38 RESOURCE,
49 * Returns the {@link XmlFormatStyle} to use for a resource of the given type
51 * @param resourceType the type of resource to be formatted
67 return RESOURCE;
75 * Returns the {@link XmlFormatStyle} to use for resource files in the given resource
78 * @param folderType the type of folder containing the resource file
83 return RESOURCE;
    [all...]
  /packages/apps/Browser/src/com/android/browser/homepages/
RequestHandler.java 41 private static final int RESOURCE = 2;
50 sUriMatcher.addURI(HomeProvider.AUTHORITY, "res/*/*", RESOURCE);
77 case RESOURCE:
  /prebuilt/common/osgi/
osgi.jar 

Completed in 459 milliseconds