Searched refs:redContrastColor (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | ContrastColorUtilTest.java | 59 int redContrastColor = ContrastColorUtil.ensureTextContrast(Color.RED, darkBg, true); in testEnsureTextContrastAgainstDark() local 60 assertContrastIsWithinRange(redContrastColor, darkBg, 4.5, 4.75); in testEnsureTextContrastAgainstDark() 81 int redContrastColor = ContrastColorUtil.ensureTextContrast(Color.RED, lightBg, false); in testEnsureTextContrastAgainstLight() local 82 assertContrastIsWithinRange(redContrastColor, lightBg, 4.5, 4.75); in testEnsureTextContrastAgainstLight()
|