Searched refs:RES_FOLDER (Results 1 – 4 of 4) sorted by relevance
27 import static com.android.SdkConstants.RES_FOLDER;303 } else if (name.equals(RES_FOLDER) in analyze()304 || file.getParent().equals(RES_FOLDER)) { in analyze()821 File res = new File(project.getDir(), RES_FOLDER); in runFileDetectors()1490 if (type != null && new File(file.getParentFile(), RES_FOLDER).exists()) { in checkIndividualResources()1493 } else if (file.getName().equals(RES_FOLDER)) { // Is it the res folder? in checkIndividualResources()
29 import static com.android.SdkConstants.RES_FOLDER;264 File res = new File(context.getProject().getDir(), RES_FOLDER); in afterCheckProject()
33 import static com.android.SdkConstants.RES_FOLDER;281 File res = new File(dir, RES_FOLDER); in checkResourceFolder()
834 public static final String RES_FOLDER = "res"; //$NON-NLS-1$ field in SdkConstants