Home
last modified time | relevance | path

Searched refs:bgDrawable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/WindowManager/Shell/tests/unittest/src/com/android/wm/shell/bubbles/bar/
DBubbleBarHandleViewTest.java52 ColorDrawable bgDrawable = (ColorDrawable) mHandleView.getBackground(); in testUpdateHandleColor_lightBg() local
53 assertEquals(bgDrawable.getColor(), in testUpdateHandleColor_lightBg()
63 ColorDrawable bgDrawable = (ColorDrawable) mHandleView.getBackground(); in testUpdateHandleColor_darkBg() local
64 assertEquals(bgDrawable.getColor(), in testUpdateHandleColor_darkBg()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java1246 final Drawable bgDrawable = mediaAction.getBackground(); in bindButtonCommon() local
1247 button.setBackground(bgDrawable); in bindButtonCommon()
1269 if (bgDrawable instanceof Animatable) { in bindButtonCommon()
1270 ((Animatable) bgDrawable).start(); in bindButtonCommon()