Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
H A DActivatableNotificationView.java78 int mBgTint = NO_COLOR; field in ActivatableNotificationView
130 mBgTint = NO_COLOR; in updateColors()
264 if (color != mBgTint) { in setTintColor()
265 mBgTint = color; in setTintColor()
621 if (withTint && mBgTint != NO_COLOR) { in calculateBgColor()
622 return mBgTint; in calculateBgColor()
629 if (mBgTint != 0) { in getRippleColor()