Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java141 updateBackgroundTint(); in updateBackgroundColors()
161 updateBackgroundTint(); in onFinishInflate()
245 updateBackgroundTint(); in setBelowSpeedBump()
266 updateBackgroundTint(animated); in setTintColor()
287 protected void updateBackgroundTint() { in updateBackgroundTint() method in ActivatableNotificationView
288 updateBackgroundTint(false /* animated */); in updateBackgroundTint()
291 private void updateBackgroundTint(boolean animated) { in updateBackgroundTint() method in ActivatableNotificationView
H A DExpandableNotificationRow.java3253 protected void updateBackgroundTint() {
3254 super.updateBackgroundTint();