Searched refs:mBgTint (Results 1 – 2 of 2) sorted by relevance
110 protected int mBgTint = NO_COLOR; field in ActivatableNotificationView482 if (color != mBgTint) { in setTintColor()483 mBgTint = color; in setTintColor()908 if (withTint && mBgTint != NO_COLOR) { in calculateBgColor()909 return mBgTint; in calculateBgColor()918 if (mBgTint != 0) { in getRippleColor()
2061 return mIsColorized && mBgTint != NO_COLOR;