Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/navigationbar/gestural/
H A DNavigationBarEdgePanel.java189 private int mProtectionColor; field in NavigationBarEdgePanel
587 mProtectionColor = mIsDark ? mProtectionColorDark : mProtectionColorLight; in updateIsDark()
588 mProtectionPaint.setColor(mProtectionColor); in updateIsDark()
/aosp14/frameworks/base/core/java/android/app/
H A DNotification.java12714 private int mProtectionColor = COLOR_INVALID; field in Notification.Builder.Colors
12852 mProtectionColor = ColorUtils.blendARGB(mPrimaryTextColor, mBackgroundColor, 0.9f); in resolvePalette()
12887 return mProtectionColor; in getProtectionColor()