Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java72 final int bitmapWidth = view.getWidth(); in getCombinedBackgroundBitmap() local
76 final Bitmap bitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, in getCombinedBackgroundBitmap()
166 int bitmapWidth, int bitmapHeight, @ColorInt int color, in assertAllPixelsOfColor() argument
168 int[] rowPixels = new int[bitmapWidth]; in assertAllPixelsOfColor()
170 bitmap.getPixels(rowPixels, 0, bitmapWidth, 0, row, bitmapWidth, 1); in assertAllPixelsOfColor()
171 for (int column = 0; column < bitmapWidth; column++) { in assertAllPixelsOfColor()
179 + bitmapWidth + "," + bitmapHeight + ") found " in assertAllPixelsOfColor()