Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/core/tests/coretests/src/com/android/internal/util/
H A DContrastColorUtilTest.java56 int blueContrastColor = ContrastColorUtil.ensureTextContrast(Color.BLUE, darkBg, true); in testEnsureTextContrastAgainstDark() local
79 int blueContrastColor = ContrastColorUtil.ensureTextContrast(lightBlue, lightBg, false); in testEnsureTextContrastAgainstLight() local