Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleManageEducationView.java73 textColor = ContrastColorUtil.ensureTextContrast(textColor, bgColor, true); in onFinishInflate()
DBubbleOverflowActivity.java164 textColor = ContrastColorUtil.ensureTextContrast(textColor, bgColor, isNightMode); in updateTheme()
257 textColor = ContrastColorUtil.ensureTextContrast(textColor, bgColor, true); in onCreateViewHolder()
DBubbleStackView.java1146 textColor = ContrastColorUtil.ensureTextContrast(textColor, bgColor, true); in setUpUserEducation()
/frameworks/base/core/java/com/android/internal/util/
DContrastColorUtil.java421 public static int ensureTextContrast(int color, int bg, boolean isBgDarker) { in ensureTextContrast() method in ContrastColorUtil
495 color = ContrastColorUtil.ensureTextContrast(color, backgroundColor, isDark); in resolveContrastColor()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DSmartReplyView.java836 int textColor = ContrastColorUtil.ensureTextContrast( in setBackgroundTintColor()
/frameworks/base/config/
Dboot-image-profile.txt29843 HSPLcom/android/internal/util/ContrastColorUtil;->ensureTextContrast(IIZ)I