Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java152 Drawable foregroundDrawable = new ColorDrawable(Color.RED); in testDrawWithoutSetBounds() local
153 …aptiveIconDrawable iconDrawable = new AdaptiveIconDrawable(backgroundDrawable, foregroundDrawable); in testDrawWithoutSetBounds()