Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java214 updateBackgroundTint(); in updateBackgroundColors()
226 updateBackgroundTint(); in onFinishInflate()
450 updateBackgroundTint(false); in setDark()
469 updateBackgroundTint(); in setBelowSpeedBump()
497 updateBackgroundTint(animated); in setTintColor()
562 protected void updateBackgroundTint() { in updateBackgroundTint() method in ActivatableNotificationView
563 updateBackgroundTint(false /* animated */); in updateBackgroundTint()
566 private void updateBackgroundTint(boolean animated) { in updateBackgroundTint() method in ActivatableNotificationView
DExpandableNotificationRow.java2843 protected void updateBackgroundTint() {
2844 super.updateBackgroundTint();