Home
last modified time | relevance | path

Searched defs:mdpi (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/cts/tests/tests/content/src/android/content/res/cts/
H A DResourcesTest.java561 final Drawable mdpi = mResources.getDrawableForDensity( in testGetDrawableForDensity() local
597 final Drawable mdpi = extractForegroundFromAdaptiveIconDrawable(R.drawable.adaptive_icon, in testGetDrawableForDensityWithAdaptiveIconDrawable() local
/aosp_15_r20/external/robolectric/resources/src/main/java/org/robolectric/res/android/
H A DResTable_config.java365 map.put(DENSITY_DPI_MDPI, "mdpi"); in map.put()