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.java343 private Drawable extractForegroundFromAdaptiveIconDrawable(int id, int density) { in extractForegroundFromAdaptiveIconDrawable() method in ResourcesTest
350 final Drawable ldpi = extractForegroundFromAdaptiveIconDrawable(R.drawable.adaptive_icon, in testGetDrawableForDensityWithAdaptiveIconDrawable()
355 final Drawable mdpi = extractForegroundFromAdaptiveIconDrawable(R.drawable.adaptive_icon, in testGetDrawableForDensityWithAdaptiveIconDrawable()
360 final Drawable hdpi = extractForegroundFromAdaptiveIconDrawable(R.drawable.adaptive_icon, in testGetDrawableForDensityWithAdaptiveIconDrawable()