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

  /sdk/lint/libs/lint_api/src/com/android/tools/lint/detector/api/
LintConstants.java 271 public static final String DRAWABLE_LDPI = "drawable-ldpi"; //$NON-NLS-1$
  /sdk/lint/libs/lint_checks/src/com/android/tools/lint/checks/
IconDetector.java 29 import static com.android.tools.lint.detector.api.LintConstants.DRAWABLE_LDPI;
99 ? new String[] { DRAWABLE_LDPI, DRAWABLE_MDPI, DRAWABLE_HDPI, DRAWABLE_XHDPI }
    [all...]

Completed in 55 milliseconds