Searched refs:rowGoldenPixels (Results 1 – 1 of 1) sorted by relevance
72 int[] rowGoldenPixels = new int[viewWidth]; in assertAllPixelsOfColor() local75 goldenBitmap.getPixels(rowGoldenPixels, 0, viewWidth, 0, row, viewWidth, 1); in assertAllPixelsOfColor()77 int expectedPixelColor = rowGoldenPixels[column]; in assertAllPixelsOfColor()