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.java319 Drawable fgDrawable = iconDrawable.getForeground(); in testGetForegroundBackground() local
321 assertTrue("Foreground layer is color drawable.", fgDrawable instanceof ColorDrawable); in testGetForegroundBackground()
326 fgDrawable = iconDrawableInflated.getForeground(); in testGetForegroundBackground()
328 assertTrue("Foreground layer is color drawable.", fgDrawable instanceof BitmapDrawable); in testGetForegroundBackground()