Home
last modified time | relevance | path

Searched refs:RES_FOLDER (Results 1 – 4 of 4) sorted by relevance

/sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
DLintDriver.java27 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()
/sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
DUnusedResourceDetector.java29 import static com.android.SdkConstants.RES_FOLDER;
264 File res = new File(context.getProject().getDir(), RES_FOLDER); in afterCheckProject()
DIconDetector.java33 import static com.android.SdkConstants.RES_FOLDER;
281 File res = new File(dir, RES_FOLDER); in checkResourceFolder()
/sdk/common/src/com/android/
DSdkConstants.java834 public static final String RES_FOLDER = "res"; //$NON-NLS-1$ field in SdkConstants