Searched refs:mBgTint (Results 1 – 2 of 2) sorted by relevance
103 protected int mBgTint = NO_COLOR; field in ActivatableNotificationView478 if (color != mBgTint) { in setTintColor()479 mBgTint = color; in setTintColor()953 if (withTint && mBgTint != NO_COLOR) { in calculateBgColor()954 return mBgTint; in calculateBgColor()961 if (mBgTint != 0) { in getRippleColor()
2916 return mIsColorized && mBgTint != NO_COLOR;