Home
last modified time | relevance | path

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

/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
DTestUtils.java41 Bitmap bitmap1 = ((BitmapDrawable) drawable1).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.java1982 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleSuccess() local
1992 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleFail() local
2003 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_reconfigure() local
2014 Bitmap bitmap1 = Bitmap.createBitmap(100, 200, Config.RGB_565); in testSameAs_config() local
2028 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_width() local
2038 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_height() local
2048 Bitmap bitmap1 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_opaque() local
2060 Bitmap bitmap1 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware() local
2079 Bitmap bitmap1 = Bitmap.wrapHardwareBuffer(hwBufferA, ColorSpace.get(Named.SRGB)); in testSameAs_wrappedHardwareBuffer() local
2108 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.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/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.java970 Bitmap bitmap1 = mTextureView[viewIdx1].getBitmap(); in testTextureImageWriterReaderOperation() local
/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java966 Bitmap bitmap1 = 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.java1477 public static void assertBitmapsAreSame(@NonNull String filename, @Nullable Bitmap bitmap1, in assertBitmapsAreSame()
/cts/tests/tests/view/src/android/view/cts/
DViewTest.java1598 Bitmap bitmap1 = view.getDrawingCache(); in testGetDrawingCache() local