Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java306 Drawable bgDrawable = iconDrawable.getBackground(); in testGetForegroundBackground() local
308 assertTrue("Backgroud layer is color drawable.", bgDrawable instanceof ColorDrawable); in testGetForegroundBackground()
313 bgDrawable = iconDrawableInflated.getBackground(); in testGetForegroundBackground()
315 assertTrue("Backgroud layer is color drawable.", bgDrawable instanceof BitmapDrawable); in testGetForegroundBackground()