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

  /sdk/common/src/com/android/
AndroidConstants.java 31 public final static String FD_RES_DRAWABLE = "drawable"; //$NON-NLS-1$
  /sdk/common/src/com/android/resources/
ResourceFolderType.java 28 DRAWABLE(AndroidConstants.FD_RES_DRAWABLE),
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectCreator.java 133 AndroidConstants.FD_RES_DRAWABLE + AdtConstants.WS_SEP;
135 AndroidConstants.FD_RES_DRAWABLE + '-' + Density.XHIGH.getResourceValue() +
138 AndroidConstants.FD_RES_DRAWABLE + '-' + Density.HIGH.getResourceValue() +
141 AndroidConstants.FD_RES_DRAWABLE + '-' + Density.MEDIUM.getResourceValue() +
144 AndroidConstants.FD_RES_DRAWABLE + '-' + Density.LOW.getResourceValue() +
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/
AndroidContentAssistTest.java 23 import static com.android.AndroidConstants.FD_RES_DRAWABLE;
    [all...]

Completed in 2191 milliseconds