Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java293 int sourceBlue = Color.blue(actualColor); in areColorsTheSameWithTolerance() local
303 int varianceBlue = Math.abs(sourceBlue - expectedBlue); in areColorsTheSameWithTolerance()