Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DAdaptiveIconDrawableTest.java292 Drawable fgDrawable = iconDrawable.getForeground(); in testGetForegroundBackground() local
294 assertTrue("Foreground layer is color drawable.", fgDrawable instanceof ColorDrawable); in testGetForegroundBackground()
299 fgDrawable = iconDrawableInflated.getForeground(); in testGetForegroundBackground()
301 assertTrue("Foreground layer is color drawable.", fgDrawable instanceof BitmapDrawable); in testGetForegroundBackground()