Searched refs:mTertiaryAccentColor (Results 1 – 1 of 1) sorted by relevance
12377 private int mTertiaryAccentColor = COLOR_INVALID; field in Notification.Builder.Colors12453 mTertiaryAccentColor = flattenAlpha(mPrimaryTextColor, mBackgroundColor); in resolvePalette()12477 mTertiaryAccentColor = getColor(ta, 6, COLOR_INVALID); in resolvePalette()12500 if (mTertiaryAccentColor == COLOR_INVALID) { in resolvePalette()12501 mTertiaryAccentColor = mContrastColor; in resolvePalette()12506 ctx, mTertiaryAccentColor, nightMode), 0xFF); in resolvePalette()12575 return mTertiaryAccentColor; in getTertiaryAccentColor()