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

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 258 public static final String RES_FOLDER = "res"; //$NON-NLS-1$
  /sdk/lint/libs/lint_api/src/com/android/tools/lint/client/api/
LintDriver.java 26 import static com.android.tools.lint.detector.api.LintConstants.RES_FOLDER;
252 } else if (name.equals(RES_FOLDER)
253 || file.getParent().equals(RES_FOLDER)) {
752 File res = new File(project.getDir(), RES_FOLDER);
    [all...]
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
UnusedResourceDetector.java 29 import static com.android.tools.lint.detector.api.LintConstants.RES_FOLDER;
255 File res = new File(context.getProject().getDir(), RES_FOLDER);
IconDetector.java 33 import static com.android.tools.lint.detector.api.LintConstants.RES_FOLDER;
281 File res = new File(dir, RES_FOLDER);
    [all...]

Completed in 90 milliseconds