Searched refs:bgDrawable (Results 1 – 1 of 1) sorted by relevance
306 Drawable bgDrawable = iconDrawable.getBackground(); in testGetForegroundBackground() local308 assertTrue("Backgroud layer is color drawable.", bgDrawable instanceof ColorDrawable); in testGetForegroundBackground()313 bgDrawable = iconDrawableInflated.getBackground(); in testGetForegroundBackground()315 assertTrue("Backgroud layer is color drawable.", bgDrawable instanceof BitmapDrawable); in testGetForegroundBackground()