Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java168 int[] rowPixels = new int[bitmapWidth]; in assertAllPixelsOfColor() local
170 bitmap.getPixels(rowPixels, 0, bitmapWidth, 0, row, bitmapWidth, 1); in assertAllPixelsOfColor()
172 @ColorInt int colorAtCurrPixel = rowPixels[column]; in assertAllPixelsOfColor()