Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/
DNotification.java13648 private int mProtectionColor = COLOR_INVALID; field in Notification.Builder.Colors
13803 mProtectionColor = ColorUtils.blendARGB(mPrimaryTextColor, mBackgroundColor, 0.9f); in resolvePalette()
13838 return mProtectionColor; in getProtectionColor()