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

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

Completed in 322 milliseconds