| /cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/ |
| D | CustomizationTest.java | 49 assertTrue(BitmapUtils.compareBitmaps(newWallpaper, originalWallpaper)); in testSetWallpaper_disallowed() 55 assertTrue(BitmapUtils.compareBitmaps(newWallpaper, originalWallpaper)); in testSetWallpaper_disallowed() 61 assertTrue(BitmapUtils.compareBitmaps(newWallpaper, originalWallpaper)); in testSetWallpaper_disallowed()
|
| /cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
| D | CustomizationRestrictionsTest.java | 137 assertFalse(BitmapUtils.compareBitmaps(newWallpaper, oldWallpaper)); in testDisallowSetWallpaper_allowed() 145 assertFalse(BitmapUtils.compareBitmaps(newWallpaper, oldWallpaper)); in testDisallowSetWallpaper_allowed() 152 assertFalse(BitmapUtils.compareBitmaps(newWallpaper, oldWallpaper)); in testDisallowSetWallpaper_allowed() 173 assertFalse(BitmapUtils.compareBitmaps(originalIcon, currentIcon)); in testDisallowSetUserIcon_allowed()
|
| /cts/tests/tests/graphics/src/android/graphics/cts/ |
| D | BitmapFactoryTest.java | 210 compareBitmaps(bPng, bWebp1, COLOR_TOLS[k], true, bPng.isPremultiplied()); in testDecodeStream4() 221 compareBitmaps(bPng, bWebp2, COLOR_TOLS[k], true, bPng.isPremultiplied()); in testDecodeStream4() 246 compareBitmaps(bPng, bWebP1, COLOR_TOLS_RGBA[k], true, bPng.isPremultiplied()); in testDecodeStream5() 258 compareBitmaps(bPng, bWebP2, COLOR_TOLS_RGBA[k], true, bPng.isPremultiplied()); in testDecodeStream5() 592 compareBitmaps(b, b2, 0, true, true); in testParcel() 654 compareBitmaps(reference, argb4444, 0, true, true); in decodeConfigs() 667 compareBitmaps(reference, rgb565.copy(Config.ARGB_8888, false), 30, true, true); in decodeConfigs() 680 compareBitmaps(reference, grayToARGB(alpha8), 0, true, true); in decodeConfigs() 696 compareBitmaps(reference, index8.copy(Config.ARGB_8888, false), 0, true, true); in decodeConfigs() 774 private void compareBitmaps(Bitmap expected, Bitmap actual, in compareBitmaps() method in BitmapFactoryTest
|
| D | YuvImageTest.java | 267 compareBitmaps(expected, actual, mMseMargin, sameRect); in compressRects() 283 compareBitmaps(expected, actual, mMseMargin, true); in compressOddRect() 345 private void compareBitmaps(Bitmap expected, Bitmap actual, in compareBitmaps() method in YuvImageTest
|
| D | BitmapRegionDecoderTest.java | 376 compareBitmaps(reuseCropped, defaultCropped, 0, true); in testInBitmapReuse() 414 compareBitmaps(expected, actual, mseMargin, true); in compareRegionByRegion() 476 private void compareBitmaps(Bitmap expected, Bitmap actual, in compareBitmaps() method in BitmapRegionDecoderTest
|
| /cts/libs/deviceutil/src/android/cts/util/ |
| D | BitmapUtils.java | 34 public static boolean compareBitmaps(Bitmap bmp1, Bitmap bmp2) { in compareBitmaps() method in BitmapUtils
|