OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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/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/
BitmapFactoryTest.java
210
compareBitmaps
(bPng, bWebp1, COLOR_TOLS[k], true, bPng.isPremultiplied());
221
compareBitmaps
(bPng, bWebp2, COLOR_TOLS[k], true, bPng.isPremultiplied());
246
compareBitmaps
(bPng, bWebP1, COLOR_TOLS_RGBA[k], true, bPng.isPremultiplied());
258
compareBitmaps
(bPng, bWebP2, COLOR_TOLS_RGBA[k], true, bPng.isPremultiplied());
592
compareBitmaps
(b, b2, 0, true, true);
654
compareBitmaps
(reference, argb4444, 0, true, true);
667
compareBitmaps
(reference, rgb565.copy(Config.ARGB_8888, false), 30, true, true);
680
compareBitmaps
(reference, grayToARGB(alpha8), 0, true, true);
696
compareBitmaps
(reference, index8.copy(Config.ARGB_8888, false), 0, true, true);
[
all
...]
YuvImageTest.java
267
compareBitmaps
(expected, actual, mMseMargin, sameRect);
283
compareBitmaps
(expected, actual, mMseMargin, true);
345
private void
compareBitmaps
(Bitmap expected, Bitmap actual,
BitmapRegionDecoderTest.java
376
compareBitmaps
(reuseCropped, defaultCropped, 0, true);
414
compareBitmaps
(expected, actual, mseMargin, true);
476
private void
compareBitmaps
(Bitmap expected, Bitmap actual,
/cts/libs/deviceutil/src/android/cts/util/
BitmapUtils.java
34
public static boolean
compareBitmaps
(Bitmap bmp1, Bitmap bmp2) {
Completed in 527 milliseconds