Searched refs:bgDrawable (Results 1 – 2 of 2) sorted by relevance
52 ColorDrawable bgDrawable = (ColorDrawable) mHandleView.getBackground(); in testUpdateHandleColor_lightBg() local53 assertEquals(bgDrawable.getColor(), in testUpdateHandleColor_lightBg()63 ColorDrawable bgDrawable = (ColorDrawable) mHandleView.getBackground(); in testUpdateHandleColor_darkBg() local64 assertEquals(bgDrawable.getColor(), in testUpdateHandleColor_darkBg()
1246 final Drawable bgDrawable = mediaAction.getBackground(); in bindButtonCommon() local1247 button.setBackground(bgDrawable); in bindButtonCommon()1269 if (bgDrawable instanceof Animatable) { in bindButtonCommon()1270 ((Animatable) bgDrawable).start(); in bindButtonCommon()