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.java49 HardwareBgDrawable listBackground = new HardwareBgDrawable(true, true, getContext()); in setBackgrounds() local
51 listBackground.setTint(gridBackgroundColor); in setBackgrounds()
53 getListView().setBackground(listBackground); in setBackgrounds()