Home
last modified time | relevance | path

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

/appcompat/appcompat/src/androidTest/java/androidx/appcompat/testutils/
DTestUtils.java73 final int bitmapHeight = view.getHeight(); in getCombinedBackgroundBitmap() local
76 final Bitmap bitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, in getCombinedBackgroundBitmap()
166 int bitmapWidth, int bitmapHeight, @ColorInt int color, in assertAllPixelsOfColor() argument
169 for (int row = 0; row < bitmapHeight; row++) { in assertAllPixelsOfColor()
179 + bitmapWidth + "," + bitmapHeight + ") found " in assertAllPixelsOfColor()