Searched refs:grayContrastColor (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/core/tests/coretests/src/com/android/internal/util/ |
H A D | ContrastColorUtilTest.java | 66 int grayContrastColor = ContrastColorUtil.ensureTextContrast(Color.DKGRAY, darkBg, true); in testEnsureTextContrastAgainstDark() local 67 assertContrastIsWithinRange(grayContrastColor, darkBg, 4.5, 4.75); in testEnsureTextContrastAgainstDark() 87 int grayContrastColor = ContrastColorUtil.ensureTextContrast(Color.LTGRAY, lightBg, false); in testEnsureTextContrastAgainstLight() local 88 assertContrastIsWithinRange(grayContrastColor, lightBg, 4.5, 4.75); in testEnsureTextContrastAgainstLight()
|