Home
last modified time | relevance | path

Searched defs:bitmap2 (Results 1 – 14 of 14) sorted by relevance

/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DTestUtils.java42 Bitmap bitmap2 = ((BitmapDrawable) drawable2).getBitmap(); in compareIcons() local
/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
DBitmapAsserter.java31 public static void assertBitmapsAreSimilar(Bitmap bitmap1, Bitmap bitmap2, in assertBitmapsAreSimilar()
/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
DImageCompare.java48 public static double psnr(Bitmap bitmap1, Bitmap bitmap2) { in psnr()
/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
DBitmapAsserter.java49 public void assertBitmapsAreSimilar(Bitmap bitmap1, Bitmap bitmap2, BitmapComparer comparer, in assertBitmapsAreSimilar()
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/util/
DWallpaperTestUtils.java63 public static boolean isSimilar(Bitmap bitmap1, Bitmap bitmap2, boolean requireSameDimensions) { in isSimilar()
/cts/tests/tests/transition/src/android/transition/cts/
DFadeTest.java255 private static double[] getMeans(Bitmap bitmap1, Bitmap bitmap2, int xStart, int yStart) { in getMeans()
274 private static double[] getVariances(Bitmap bitmap1, Bitmap bitmap2, double mean0, double mean1, in getVariances()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
DAccessibilityFocusAndInputFocusSyncTest.java387 private boolean isBitmapDifferent(Bitmap bitmap1, Bitmap bitmap2) { in isBitmapDifferent()
414 private void saveFailureScreenshot(Bitmap bitmap1, Bitmap bitmap2) { in saveFailureScreenshot()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapTest.java1983 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleSuccess() local
1993 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleFail() local
2004 Bitmap bitmap2 = Bitmap.createBitmap(150, 150, Config.ARGB_8888); in testSameAs_reconfigure() local
2015 Bitmap bitmap2 = Bitmap.createBitmap(100, 200, Config.ARGB_8888); in testSameAs_config() local
2029 Bitmap bitmap2 = Bitmap.createBitmap(101, 100, Config.ARGB_8888); in testSameAs_width() local
2039 Bitmap bitmap2 = Bitmap.createBitmap(102, 100, Config.ARGB_8888); in testSameAs_height() local
2049 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_opaque() local
2061 Bitmap bitmap2 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware() local
2080 Bitmap bitmap2 = Bitmap.wrapHardwareBuffer(hwBufferA, ColorSpace.get(Named.SRGB)); in testSameAs_wrappedHardwareBuffer() local
2111 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testGetConfigOnRecycled() local
DBitmapColorSpaceTest.java370 Bitmap bitmap2 = BitmapFactory.decodeStream(in, null, opts); in reuse() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java1797 private static Difference computeDifference(Bitmap bitmap1, Bitmap bitmap2) { in computeDifference()
1815 private static Difference computeDifference(Bitmap bitmap1, Bitmap bitmap2, int ignorePixels) { in computeDifference()
2068 Bitmap bitmap1, Bitmap bitmap2, int ignorePixels, Pair<Double, Double>[] borderCrops) { in computeMinimumDifference()
2092 Bitmap bitmap1, Bitmap bitmap2, int ignorePixels, int trueWidth, int trueHeight) { in computeMinimumDifference()
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java976 Bitmap bitmap2 = mWallpaperManager.getBitmapAsUser(mContext.getUserId(), in peekWallpaperCaching_cachesWallpaper() local
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java859 private static float compareImages(Bitmap bitmap1, Bitmap bitmap2, String testLabel) { in compareImages()
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1478 @Nullable Bitmap bitmap2) throws IOException { in assertBitmapsAreSame()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java1608 Bitmap bitmap2 = view.getDrawingCache(); in testGetDrawingCache() local