Searched refs:mProtectionColor (Results 1 – 2 of 2) sorted by relevance
189 private int mProtectionColor; field in NavigationBarEdgePanel587 mProtectionColor = mIsDark ? mProtectionColorDark : mProtectionColorLight; in updateIsDark()588 mProtectionPaint.setColor(mProtectionColor); in updateIsDark()
12714 private int mProtectionColor = COLOR_INVALID; field in Notification.Builder.Colors12852 mProtectionColor = ColorUtils.blendARGB(mPrimaryTextColor, mBackgroundColor, 0.9f); in resolvePalette()12887 return mProtectionColor; in getProtectionColor()