Home
last modified time | relevance | path

Searched defs:bitmap1 (Results 1 – 15 of 15) sorted by relevance

/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DTestUtils.java41 Bitmap bitmap1 = ((BitmapDrawable) drawable1).getBitmap(); in compareIcons() local
/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/tests/uirendering/src/android/uirendering/cts/util/
DBitmapAsserter.java43 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.java1968 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleSuccess() local
1978 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleFail() local
1989 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_reconfigure() local
2000 Bitmap bitmap1 = Bitmap.createBitmap(100, 200, Config.RGB_565); in testSameAs_config() local
2014 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_width() local
2024 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_height() local
2034 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_opaque() local
2046 Bitmap bitmap1 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware() local
2065 Bitmap bitmap1 = Bitmap.wrapHardwareBuffer(hwBufferA, ColorSpace.get(Named.SRGB)); in testSameAs_wrappedHardwareBuffer() local
2094 Bitmap bitmap1 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testGetConfigOnRecycled() local
DBitmapColorSpaceTest.java357 Bitmap bitmap1 = null; in reuse() local
/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
DDecodeAccuracyTestBase.java1787 private static Difference computeDifference(Bitmap bitmap1, Bitmap bitmap2) { in computeDifference()
1805 private static Difference computeDifference(Bitmap bitmap1, Bitmap bitmap2, int ignorePixels) { in computeDifference()
2058 Bitmap bitmap1, Bitmap bitmap2, int ignorePixels, Pair<Double, Double>[] borderCrops) { in computeMinimumDifference()
2082 Bitmap bitmap1, Bitmap bitmap2, int ignorePixels, int trueWidth, int trueHeight) { in computeMinimumDifference()
/cts/tests/tests/text/src/android/text/style/cts/
DTextAppearanceSpanTest.java496 final Bitmap bitmap1 = Bitmap.createBitmap(width, height, Bitmap.Config.RGB_565); in assertTypefaceSame() local
/cts/tests/camera/src/android/hardware/camera2/cts/
DMultiViewTest.java967 Bitmap bitmap1 = mTextureView[viewIdx1].getBitmap(); in testTextureImageWriterReaderOperation() local
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java975 Bitmap bitmap1 = mWallpaperManager.getBitmapAsUser(mContext.getUserId(), in peekWallpaperCaching_cachesWallpaper() local
/cts/tests/autofillservice/src/android/autofillservice/cts/testcore/
DHelper.java1474 public static void assertBitmapsAreSame(@NonNull String filename, @Nullable Bitmap bitmap1, in assertBitmapsAreSame()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java1580 Bitmap bitmap1 = view.getDrawingCache(); in testGetDrawingCache() local