Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java263 @ColorInt int actualColor, int allowedComponentVariance) { in areColorsTheSameWithTolerance() argument
264 int sourceAlpha = Color.alpha(actualColor); in areColorsTheSameWithTolerance()
265 int sourceRed = Color.red(actualColor); in areColorsTheSameWithTolerance()
266 int sourceGreen = Color.green(actualColor); in areColorsTheSameWithTolerance()
267 int sourceBlue = Color.blue(actualColor); in areColorsTheSameWithTolerance()