OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:compareBitmaps
(Results
1 - 6
of
6
) sorted by null
/cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
CustomizationTest.java
49
assertTrue(BitmapUtils.
compareBitmaps
(newWallpaper, originalWallpaper));
55
assertTrue(BitmapUtils.
compareBitmaps
(newWallpaper, originalWallpaper));
61
assertTrue(BitmapUtils.
compareBitmaps
(newWallpaper, originalWallpaper));
/cts/common/device-side/util/src/com/android/compatibility/common/util/
BitmapUtils.java
40
public static boolean
compareBitmaps
(Bitmap bmp1, Bitmap bmp2) {
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
CustomizationRestrictionsTest.java
137
assertFalse(BitmapUtils.
compareBitmaps
(newWallpaper, oldWallpaper));
145
assertFalse(BitmapUtils.
compareBitmaps
(newWallpaper, oldWallpaper));
152
assertFalse(BitmapUtils.
compareBitmaps
(newWallpaper, oldWallpaper));
173
assertFalse(BitmapUtils.
compareBitmaps
(originalIcon, currentIcon));
/cts/tests/tests/graphics/src/android/graphics/cts/
YuvImageTest.java
261
compareBitmaps
(expected, actual, MSE_MARGIN, sameRect);
277
compareBitmaps
(expected, actual, MSE_MARGIN, true);
339
private void
compareBitmaps
(Bitmap expected, Bitmap actual,
BitmapRegionDecoderTest.java
424
compareBitmaps
(reuseCropped, defaultCropped, 0, true);
613
compareBitmaps
(expected, actual, mseMargin, true);
678
private void
compareBitmaps
(Bitmap expected, Bitmap actual,
BitmapFactoryTest.java
236
compareBitmaps
(bPng, bWebp1, COLOR_TOLS[k], true, bPng.isPremultiplied());
247
compareBitmaps
(bPng, bWebp2, COLOR_TOLS[k], true, bPng.isPremultiplied());
273
compareBitmaps
(bPng, bWebP1, COLOR_TOLS_RGBA[k], true, bPng.isPremultiplied());
285
compareBitmaps
(bPng, bWebP2, COLOR_TOLS_RGBA[k], true, bPng.isPremultiplied());
636
compareBitmaps
(b, b2, 0, true, true);
[
all
...]
Completed in 250 milliseconds