Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java259 final @ColorInt int colorAtCenterPixel = bitmap.getPixel(centerX, centerY); in assertCenterPixelOfColor() local
260 if (!areColorsTheSameWithTolerance(color, colorAtCenterPixel, in assertCenterPixelOfColor()
267 + formatColorToHex(colorAtCenterPixel); in assertCenterPixelOfColor()