Searched refs:mBgTint (Results 1 – 2 of 2) sorted by relevance
109 protected int mBgTint = NO_COLOR; field in ActivatableNotificationView512 if (color != mBgTint) { in setTintColor()513 mBgTint = color; in setTintColor()999 if (withTint && mBgTint != NO_COLOR) { in calculateBgColor()1000 return mBgTint; in calculateBgColor()1007 if (mBgTint != 0) { in getRippleColor()
2658 return mIsColorized && mBgTint != NO_COLOR;