Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java291 int sourceRed = Color.red(actualColor); in areColorsTheSameWithTolerance() local
301 int varianceRed = Math.abs(sourceRed - expectedRed); in areColorsTheSameWithTolerance()