Home
last modified time | relevance | path

Searched refs:extractForegroundFromAdaptiveIconDrawable (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/content/src/android/content/res/cts/
DResourcesTest.java384 private Drawable extractForegroundFromAdaptiveIconDrawable(int id, int density) { in extractForegroundFromAdaptiveIconDrawable() method in ResourcesTest
391 final Drawable ldpi = extractForegroundFromAdaptiveIconDrawable(R.drawable.adaptive_icon, in testGetDrawableForDensityWithAdaptiveIconDrawable()
396 final Drawable mdpi = extractForegroundFromAdaptiveIconDrawable(R.drawable.adaptive_icon, in testGetDrawableForDensityWithAdaptiveIconDrawable()
401 final Drawable hdpi = extractForegroundFromAdaptiveIconDrawable(R.drawable.adaptive_icon, in testGetDrawableForDensityWithAdaptiveIconDrawable()