Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapAsserter.java90 Bitmap croppedBitmap = Bitmap.createBitmap(bitmap, 0, 0, width, height); in assertBitmapIsVerified() local
91 BitmapDumper.dumpBitmap(croppedBitmap, testName, mClassName); in assertBitmapIsVerified()
DBitmapDumper.java87 Bitmap croppedBitmap = Bitmap.createBitmap(testedBitmap, 0, 0, width, height); in dumpBitmaps() local
90 saveFile(className, testName, TESTED_RENDERING_FILE_NAME, croppedBitmap); in dumpBitmaps()