Searched refs:bitmapWidth (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/util/ |
D | TestUtils.java | 65 final int bitmapWidth = view.getWidth(); in getCombinedBackgroundBitmap() local 69 final Bitmap bitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, in getCombinedBackgroundBitmap() 214 final int bitmapWidth = bitmap.getWidth(); in assertAllPixelsOfColor() local 216 final int[] rowPixels = new int[bitmapWidth]; in assertAllPixelsOfColor() 224 bitmap.getPixels(rowPixels, 0, bitmapWidth, 0, row, bitmapWidth, 1); in assertAllPixelsOfColor() 234 + bitmapWidth + "," + bitmapHeight + ") found " in assertAllPixelsOfColor()
|
/cts/tests/tests/transition/src/android/transition/cts/ |
D | FadeTest.java | 208 int bitmapWidth = view.getWidth(); in createViewBitmap() local 210 Bitmap bitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888); in createViewBitmap()
|