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.java293 Drawable bgDrawable = iconDrawable.getBackground(); in testGetForegroundBackground() local
295 assertTrue("Backgroud layer is color drawable.", bgDrawable instanceof ColorDrawable); in testGetForegroundBackground()
300 bgDrawable = iconDrawableInflated.getBackground(); in testGetForegroundBackground()
302 assertTrue("Backgroud layer is color drawable.", bgDrawable instanceof BitmapDrawable); in testGetForegroundBackground()