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