Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DActivatableNotificationView.java86 int mBgTint = NO_COLOR; field in ActivatableNotificationView
135 mBgTint = NO_COLOR; in updateColors()
260 if (color != mBgTint) { in setTintColor()
261 mBgTint = color; in setTintColor()
696 if (withTint && mBgTint != NO_COLOR) { in calculateBgColor()
697 return mBgTint; in calculateBgColor()
704 if (mBgTint != 0) { in getRippleColor()