Home
last modified time | relevance | path

Searched refs:expectedBlue (Results 1 – 1 of 1) sorted by relevance

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java272 int expectedBlue = Color.blue(expectedColor); in areColorsTheSameWithTolerance() local
277 int varianceBlue = Math.abs(sourceBlue - expectedBlue); in areColorsTheSameWithTolerance()