Searched refs:goldenPaint (Results 1 – 1 of 1) sorted by relevance
58 final Paint goldenPaint = new Paint(); in assertAllPixelsOfColor() local59 goldenPaint.setStyle(Paint.Style.FILL_AND_STROKE); in assertAllPixelsOfColor()60 goldenPaint.setColor(defaultColor); in assertAllPixelsOfColor()61 goldenCanvas.drawRect(0, 0, viewWidth, viewHeight, goldenPaint); in assertAllPixelsOfColor()64 goldenPaint.setColor(colorRectangle.second); in assertAllPixelsOfColor()65 goldenCanvas.drawRect(colorRectangle.first, goldenPaint); in assertAllPixelsOfColor()