Home
last modified time | relevance | path

Searched defs:croppedBitmap (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DBitmapAsserter.java82 Bitmap croppedBitmap = Bitmap.createBitmap(bitmap, 0, 0, width, height); in assertBitmapIsVerified() local
DBitmapDumper.java86 Bitmap croppedBitmap = Bitmap.createBitmap(testedBitmap, 0, 0, width, height); in dumpBitmaps() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapDumper.java57 Bitmap croppedBitmap = Bitmap.createBitmap(testedBitmap, 0, 0, width, height); in dumpBitmaps() local
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java1117 Bitmap croppedBitmap = mWallpaperManager.getBitmap(); in peekWallpaperDimensions_homeScreen_succeeds() local
2031 Bitmap croppedBitmap = mWallpaperManager.getBitmapAsUser( in assertCorrectCrop() local