Home
last modified time | relevance | path

Searched defs:grayContrastColor (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DContrastColorUtilTest.java66 int grayContrastColor = ContrastColorUtil.ensureTextContrast(Color.DKGRAY, darkBg, true); in testEnsureTextContrastAgainstDark() local
88 int grayContrastColor = ContrastColorUtil.ensureTextContrast(Color.LTGRAY, lightBg, false); in testEnsureTextContrastAgainstLight() local