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

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

Completed in 27 milliseconds