Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/util/
DTestUtils.java66 final int bitmapHeight = view.getHeight(); in getCombinedBackgroundBitmap() local
69 final Bitmap bitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, in getCombinedBackgroundBitmap()
215 final int bitmapHeight = bitmap.getHeight(); in assertAllPixelsOfColor() local
234 + bitmapWidth + "," + bitmapHeight + ") found " in assertAllPixelsOfColor()
/cts/tests/tests/transition/src/android/transition/cts/
DFadeTest.java209 int bitmapHeight = view.getHeight(); in createViewBitmap() local
210 Bitmap bitmap = Bitmap.createBitmap(bitmapWidth, bitmapHeight, Bitmap.Config.ARGB_8888); in createViewBitmap()