Searched refs:bgDrawable (Results 1 – 1 of 1) sorted by relevance
320 Drawable bgDrawable = iconDrawable.getBackground(); in testGetForegroundBackground() local322 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()