Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java269 int expectedAlpha = Color.alpha(expectedColor); in areColorsTheSameWithTolerance() local
274 int varianceAlpha = Math.abs(sourceAlpha - expectedAlpha); in areColorsTheSameWithTolerance()