Searched refs:fgDrawable (Results 1 – 1 of 1) sorted by relevance
305 Drawable fgDrawable = iconDrawable.getForeground(); in testGetForegroundBackground() local307 assertTrue("Foreground layer is color drawable.", fgDrawable instanceof ColorDrawable); in testGetForegroundBackground()312 fgDrawable = iconDrawableInflated.getForeground(); in testGetForegroundBackground()314 assertTrue("Foreground layer is color drawable.", fgDrawable instanceof BitmapDrawable); in testGetForegroundBackground()