Searched refs:mBgTint (Results 1 – 2 of 2) sorted by relevance
110 protected int mBgTint = NO_COLOR; field in ActivatableNotificationView495 if (color != mBgTint) { in setTintColor()496 mBgTint = color; in setTintColor()974 if (withTint && mBgTint != NO_COLOR) { in calculateBgColor()975 return mBgTint; in calculateBgColor()982 if (mBgTint != 0) { in getRippleColor()
2928 return mIsColorized && mBgTint != NO_COLOR;