Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java266 int sourceGreen = Color.green(actualColor); in areColorsTheSameWithTolerance() local
276 int varianceGreen = Math.abs(sourceGreen - expectedGreen); in areColorsTheSameWithTolerance()