Home
last modified time | relevance | path

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

12

/aosp_15_r20/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/recents/data/
DTasksRepositoryTest.kt94 val bitmap2 = taskThumbnailDataSource.taskIdToBitmap[2] in setVisibleTasksPopulatesThumbnails() constant
127 val bitmap2 = taskThumbnailDataSource.taskIdToBitmap[2] in changingVisibleTasksContainsAlreadyPopulatedThumbnails() constant
170 val bitmap2 = taskThumbnailDataSource.taskIdToBitmap[2] in retrievedImagesAreDiscardedWhenTaskBecomesInvisible() constant
196 val bitmap2 = taskThumbnailDataSource.taskIdToBitmap[2] in retrievedThumbnailsCauseEmissionOnTaskDataFlow() constant
/aosp_15_r20/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
H A DShadowMediaMetadataRetrieverTest.java40 private final Bitmap bitmap2 = Bitmap.createBitmap(11, 11, Bitmap.Config.ARGB_8888); field in ShadowMediaMetadataRetrieverTest
79 addScaledFrame(toDataSource(path2), 1, 320, 640, bitmap2); in getScaledFrameAtTime_shouldDependOnDataSource() local
166 addFrame(DataSource.toDataSource(mediaDataSource2), 1, bitmap2); in setDataSource_withDifferentMediaDataSourceAreSameDataSources() local
194 addScaledFrame(toDataSource(context, uri), 13, 320, 640, bitmap2); in getScaledFrameAtTime_shouldDependOnTime() local
215 addFrame(uri.toString(), headers, 13, bitmap2); in setDataSource_ignoresHeadersWhenShadowed() local
H A DShadowBitmapTest.java199 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvas() local
210 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawingToCanvasWithBitmapAndMatrixAndPaint() local
222 Bitmap bitmap2 = create("Bitmap Two"); in shouldReceiveDescriptionWhenDrawABitmapToCanvasWithAPaintEffect() local
H A DShadowBitmapFactoryTest.java94 Bitmap bitmap2 = BitmapFactory.decodeStream(fileInputStream); in decodeResource_sameAs() local
/aosp_15_r20/external/robolectric/integration_tests/nativegraphics/src/test/java/org/robolectric/shadows/
H A DShadowNativeBitmapTest.java1509 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleSuccess() local
1519 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleFail() local
1530 Bitmap bitmap2 = Bitmap.createBitmap(150, 150, Config.ARGB_8888); in testSameAs_reconfigure() local
1541 Bitmap bitmap2 = Bitmap.createBitmap(100, 200, Config.ARGB_8888); in testSameAs_config() local
1555 Bitmap bitmap2 = Bitmap.createBitmap(101, 100, Config.ARGB_8888); in testSameAs_width() local
1565 Bitmap bitmap2 = Bitmap.createBitmap(102, 100, Config.ARGB_8888); in testSameAs_height() local
1575 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_opaque() local
1588 Bitmap bitmap2 = BitmapFactory.decodeResource(res, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware() local
1758 Bitmap bitmap2 = BitmapFactory.decodeStream(inStream, null, options); in compress_thenDecodeStream_sameAs() local
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DBitmapTest.java1987 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleSuccess() local
1997 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_simpleFail() local
2008 Bitmap bitmap2 = Bitmap.createBitmap(150, 150, Config.ARGB_8888); in testSameAs_reconfigure() local
2019 Bitmap bitmap2 = Bitmap.createBitmap(100, 200, Config.ARGB_8888); in testSameAs_config() local
2033 Bitmap bitmap2 = Bitmap.createBitmap(101, 100, Config.ARGB_8888); in testSameAs_width() local
2043 Bitmap bitmap2 = Bitmap.createBitmap(102, 100, Config.ARGB_8888); in testSameAs_height() local
2053 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testSameAs_opaque() local
2065 Bitmap bitmap2 = BitmapFactory.decodeResource(mRes, R.drawable.robot, HARDWARE_OPTIONS); in testSameAs_hardware() local
2084 Bitmap bitmap2 = Bitmap.wrapHardwareBuffer(hwBufferA, ColorSpace.get(Named.SRGB)); in testSameAs_wrappedHardwareBuffer() local
2115 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Config.ARGB_8888); in testGetConfigOnRecycled() local
H A DBitmapColorSpaceTest.java370 Bitmap bitmap2 = BitmapFactory.decodeStream(in, null, opts); in reuse() local
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/graphics/
H A DBitmapTest.java147 Bitmap bitmap2 = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in scaledBitmap_sameAs() local
339 Bitmap bitmap2 = BitmapFactory.decodeStream(inStream); in compress_thenDecodeStream_sameAs() local
351 Bitmap bitmap2 = BitmapFactory.decodeStream(inStream); in compress_asJpeg_convertsTransparentToBlack() local
/aosp_15_r20/external/lottie/snapshot-tests/src/androidTest/java/com/airbnb/lottie/snapshots/tests/
H A DClipChildrenTestCase.kt66 val bitmap2 = bitmapPool.acquire(binding.root.width, binding.root.height) in <lambda>() constant
/aosp_15_r20/cts/tests/tests/transition/src/android/transition/cts/
H A 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()
/aosp_15_r20/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/
H A DAccessibilityFocusAndInputFocusSyncTest.java387 private boolean isBitmapDifferent(Bitmap bitmap1, Bitmap bitmap2) { in isBitmapDifferent()
414 private void saveFailureScreenshot(Bitmap bitmap1, Bitmap bitmap2) { in saveFailureScreenshot()
/aosp_15_r20/external/skia/docs/examples/
H A DBitmap_refColorSpace.cpp6 SkBitmap bitmap1, bitmap2; in draw() local
/aosp_15_r20/cts/tests/tests/media/decoder/src/android/media/decoder/cts/
H A 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()
/aosp_15_r20/cts/tests/quickaccesswallet/src/android/quickaccesswallet/cts/
H A DTestUtils.java42 Bitmap bitmap2 = ((BitmapDrawable) drawable2).getBitmap(); in compareIcons() local
/aosp_15_r20/cts/tests/tests/uirendering/src/android/uirendering/cts/util/
H A DBitmapAsserter.java31 public static void assertBitmapsAreSimilar(Bitmap bitmap1, Bitmap bitmap2, in assertBitmapsAreSimilar()
/aosp_15_r20/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DImageCompare.java48 public static double psnr(Bitmap bitmap1, Bitmap bitmap2) { in psnr()
/aosp_15_r20/cts/tests/tests/renderscript/src/android/renderscript/cts/refocus/
H A DImageCompare.java48 public static double psnr(Bitmap bitmap1, Bitmap bitmap2) { in psnr()
/aosp_15_r20/external/coreboot/src/mainboard/pcengines/apu2/
H A Dirq_tables.c12 u8 link2, u16 bitmap2, u8 link3, u16 bitmap3, in write_pirq_info()
/aosp_15_r20/cts/tests/tests/uirendering27/src/android/uirendering/cts/util/
H A DBitmapAsserter.java49 public void assertBitmapsAreSimilar(Bitmap bitmap1, Bitmap bitmap2, BitmapComparer comparer, in assertBitmapsAreSimilar()
/aosp_15_r20/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/util/
H A DWallpaperTestUtils.java63 public static boolean isSimilar(Bitmap bitmap1, Bitmap bitmap2, boolean requireSameDimensions) { in isSimilar()
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c143 unsigned long long native, filter1, filter2, bitmap1, bitmap2; in main() local
/aosp_15_r20/external/cronet/net/disk_cache/blockfile/
H A Dbitmap_unittest.cc108 disk_cache::Bitmap bitmap2(reinterpret_cast<uint32_t*>(local_map), in TEST() local
/aosp_15_r20/external/pdfium/fpdfsdk/
H A Dfpdf_formfill_embeddertest.cpp1360 ScopedFPDFBitmap bitmap2 = RenderLoadedPage(page); in TEST_F() local
1558 ScopedFPDFBitmap bitmap2 = RenderLoadedPage(page); in TEST_F() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DRemoteViewsTest.java850 private static float compareImages(Bitmap bitmap1, Bitmap bitmap2, String testLabel) { in compareImages()
/aosp_15_r20/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
H A DWallpaperManagerTest.java1135 Bitmap bitmap2 = mWallpaperManager.getBitmapAsUser(mContext.getUserId(), in peekWallpaperCaching_cachesWallpaper() local

12