Searched defs:croppedBitmap (Results 1 – 4 of 4) sorted by relevance
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/ |
D | BitmapAsserter.java | 82 Bitmap croppedBitmap = Bitmap.createBitmap(bitmap, 0, 0, width, height); in assertBitmapIsVerified() local
|
D | BitmapDumper.java | 86 Bitmap croppedBitmap = Bitmap.createBitmap(testedBitmap, 0, 0, width, height); in dumpBitmaps() local
|
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/ |
D | BitmapDumper.java | 57 Bitmap croppedBitmap = Bitmap.createBitmap(testedBitmap, 0, 0, width, height); in dumpBitmaps() local
|
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/ |
D | WallpaperManagerTest.java | 1117 Bitmap croppedBitmap = mWallpaperManager.getBitmap(); in peekWallpaperDimensions_homeScreen_succeeds() local 2031 Bitmap croppedBitmap = mWallpaperManager.getBitmapAsUser( in assertCorrectCrop() local
|