Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsLayout.java48 HardwareBgDrawable listBackground = getBackgroundDrawable(listBgColor); in setBackgrounds() local
49 if (listBackground != null) { in setBackgrounds()
50 listView.setBackground(listBackground); in setBackgrounds()