Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java226 @ColorInt int colorAtCurrPixel = rowPixels[column]; in assertAllPixelsOfColor() local
227 if (!areColorsTheSameWithTolerance(color, colorAtCurrPixel, in assertAllPixelsOfColor()
235 + formatColorToHex(colorAtCurrPixel); in assertAllPixelsOfColor()