Searched refs:bitmapHeight (Results 1 – 2 of 2) sorted by relevance
66 final int bitmapHeight = view.getHeight(); in getCombinedBackgroundBitmap() local69 final Bitmap bitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, in getCombinedBackgroundBitmap()215 final int bitmapHeight = bitmap.getHeight(); in assertAllPixelsOfColor() local234 + bitmapWidth + "," + bitmapHeight + ") found " in assertAllPixelsOfColor()
209 int bitmapHeight = view.getHeight(); in createViewBitmap() local210 Bitmap bitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888); in createViewBitmap()