Searched refs:ensureTextContrast (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/ |
D | BubbleManageEducationView.java | 73 textColor = ContrastColorUtil.ensureTextContrast(textColor, bgColor, true); in onFinishInflate()
|
D | BubbleOverflowActivity.java | 164 textColor = ContrastColorUtil.ensureTextContrast(textColor, bgColor, isNightMode); in updateTheme() 257 textColor = ContrastColorUtil.ensureTextContrast(textColor, bgColor, true); in onCreateViewHolder()
|
D | BubbleStackView.java | 1146 textColor = ContrastColorUtil.ensureTextContrast(textColor, bgColor, true); in setUpUserEducation()
|
/frameworks/base/core/java/com/android/internal/util/ |
D | ContrastColorUtil.java | 421 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/ |
D | SmartReplyView.java | 836 int textColor = ContrastColorUtil.ensureTextContrast( in setBackgroundTintColor()
|
/frameworks/base/config/ |
D | boot-image-profile.txt | 29843 HSPLcom/android/internal/util/ContrastColorUtil;->ensureTextContrast(IIZ)I
|