Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java162 updateBackgroundTint(); in updateBackgroundColors()
172 updateBackgroundTint(); in onFinishInflate()
288 updateBackgroundTint(); in setBelowSpeedBump()
316 updateBackgroundTint(animated); in setTintColor()
337 protected void updateBackgroundTint() { in updateBackgroundTint() method in ActivatableNotificationView
338 updateBackgroundTint(false /* animated */); in updateBackgroundTint()
341 private void updateBackgroundTint(boolean animated) { in updateBackgroundTint() method in ActivatableNotificationView
H A DExpandableNotificationRow.java2994 protected void updateBackgroundTint() {
2995 super.updateBackgroundTint();