Home
last modified time | relevance | path

Searched refs:mTertiaryAccentColor (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
DNotification.java13653 private int mTertiaryAccentColor = COLOR_INVALID; field in Notification.Builder.Colors
13731 mTertiaryAccentColor = flattenAlpha(mPrimaryTextColor, mBackgroundColor); in resolvePalette()
13733 mTertiaryFixedDimAccentColor = mTertiaryAccentColor; in resolvePalette()
13757 mTertiaryAccentColor = getColor(ta, 5, COLOR_INVALID); in resolvePalette()
13782 if (mTertiaryAccentColor == COLOR_INVALID) { in resolvePalette()
13783 mTertiaryAccentColor = mContrastColor; in resolvePalette()
13788 ctx, mTertiaryAccentColor, nightMode), 0xFF); in resolvePalette()
13863 return mTertiaryAccentColor; in getTertiaryAccentColor()