Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DFooterView.java165 final Drawable clearAllBg = theme.getDrawable(R.drawable.notif_footer_btn_background); in updateColors() local
172 clearAllBg.setColorFilter(bgColorFilter); in updateColors()
175 mClearAllButton.setBackground(clearAllBg); in updateColors()