Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java227 if (!areColorsTheSameWithTolerance(color, colorAtCurrPixel, in assertAllPixelsOfColor()
260 if (!areColorsTheSameWithTolerance(color, colorAtCenterPixel, in assertCenterPixelOfColor()
288 private static boolean areColorsTheSameWithTolerance(@ColorInt int expectedColor, in areColorsTheSameWithTolerance() method in TestUtils