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

  /sdk/layoutlib_api/src/com/android/resources/
ResourceFolderType.java 26 DRAWABLE(ResourceConstants.FD_RES_DRAWABLE),
ResourceType.java 32 DRAWABLE("drawable", "Drawable"), //$NON-NLS-1$
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourcePreviewHelper.java 95 boolean showPreview = type == ResourceType.DRAWABLE || type == ResourceType.COLOR;
137 assert type == ResourceType.DRAWABLE;
140 ResourceValue drawable = resources.findResValue(resource, false); local
141 if (drawable != null) {
142 String path = drawable.getValue();
170 image = renderService.renderDrawable(drawable);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
Parameter.java 121 /** The associated value should represent a valid drawable resource name */
122 DRAWABLE,
303 } else if (constraints.contains(Constraint.DRAWABLE)) {
306 ResourceType.DRAWABLE);
308 mValidator = ResourceNameValidator.create(false, ResourceFolderType.DRAWABLE);
  /tools/motodev/src/plugins/android.codeutils/src/com/motorola/studio/android/model/
WidgetProvider.java 93 private static final String DRAWABLE = "drawable";
428 // inside drawable folders
429 if (resList[i].getName().indexOf(DRAWABLE) >= 0)
445 RES_DIR + IPath.SEPARATOR + DRAWABLE + IPath.SEPARATOR + ICON);
452 getProject().getFolder(RES_DIR + DRAWABLE + IPath.SEPARATOR);
454 // creates drawable folder if it does not exist
457 FileUtil.createProjectFolder(getProject(), RES_DIR, DRAWABLE
  /prebuilts/sdk/tools/lib/
common.jar 
  /prebuilts/misc/common/layoutlib_api/
layoutlib_api-prebuilt.jar 
  /prebuilts/misc/common/tools-common/
tools-common-prebuilt.jar 

Completed in 3760 milliseconds