Searched refs:fgDrawable (Results 1 – 1 of 1) sorted by relevance
319 Drawable fgDrawable = iconDrawable.getForeground(); in testGetForegroundBackground() local321 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()