Home
last modified time | relevance | path

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

/aosp_15_r20/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
H A DMediaMetadataTest.java150 Bitmap testBitmap = Bitmap.createBitmap(/*width=*/ 16, /*height=*/16, in builder_putBitmap_throwsIAE_withNonBitmapKey() local
192 Bitmap testBitmap = Bitmap.createBitmap(/*width=*/ 16, /*height=*/16, in equalsAndHashCode_ignoreRatingAndBitmap() local
208 Bitmap testBitmap = Bitmap.createBitmap(/*width=*/ 16, /*height=*/16, in sizeAndKeySet() local
293 Bitmap testBitmap = Bitmap.createBitmap( in builder_setBitmapDimensionLimit_bitmapsAreScaledDown() local
316 Bitmap testBitmap = Bitmap.createBitmap( in builder_setBitmapDimensionLimit_bitmapsAreNotScaledDown() local
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/clipboardoverlay/
H A DClipboardModelTest.kt96 val testBitmap = Bitmap.createBitmap(50, 50, Bitmap.Config.ARGB_8888) in test_imageClipData_legacy() constant
112 val testBitmap = Bitmap.createBitmap(50, 50, Bitmap.Config.ARGB_8888) in test_imageClipData() constant
/aosp_15_r20/packages/modules/IntentResolver/tests/unit/src/com/android/intentresolver/contentpreview/
DCachingImagePreviewImageLoaderTest.kt50 private val testBitmap = Bitmap.createBitmap(10, 10, Bitmap.Config.ALPHA_8) in <lambda>() constant
/aosp_15_r20/cts/tests/tests/graphics/src/android/graphics/cts/
H A DYuvImageTest.java528 private void compressRects(Bitmap testBitmap, YuvImage image, in compressRects()
546 private void compressOddRect(Bitmap testBitmap, YuvImage image, in compressOddRect()
/aosp_15_r20/cts/tests/tests/security/src/android/security/cts/
H A DCVE_2023_21139.java81 Bitmap testBitmap = Bitmap.createBitmap(dimension, dimension, Bitmap.Config.ARGB_8888); in testPocCVE_2023_21139() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20415/src/android/security/cts/CVE_2022_20415/
H A DDeviceTest.java53 Bitmap testBitmap = Bitmap.createBitmap(mResources.getInteger(R.integer.width), in createNotificationIcon() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39704/src/android/security/cts/CVE_2021_39704/
H A DPocService.java95 Bitmap testBitmap = Bitmap.createBitmap( in createNotificationIcon() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21129/src/android/security/cts/CVE_2023_21129/
H A DPocService.java127 Bitmap testBitmap = in createNotificationIcon() local
/aosp_15_r20/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21239/src/android/security/cts/CVE_2023_21239/
H A DDeviceTest.java116 Bitmap testBitmap = in testCallStyleNotification() local
/aosp_15_r20/external/skia/tests/
H A DPDFTaggedTest.cpp180 SkBitmap testBitmap; in DEF_TEST() local
H A DBlurTest.cpp160 SkBitmap testBitmap; in DEF_TEST() local
H A DSurfaceTest.cpp521 SkBitmap testBitmap; in test_copy_on_write() local
/aosp_15_r20/cts/tests/tests/effect/src/android/effect/cts/
H A DEffectTest.java119 Bitmap testBitmap = Bitmap.createBitmap(2, 2, Bitmap.Config.ARGB_8888); in createTestBitmap() local
/aosp_15_r20/cts/tests/tests/widget/src/android/widget/cts/
H A DSimpleAdapterTest.java371 Bitmap testBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetViewImage() local
H A DSimpleCursorAdapterTest.java248 Bitmap testBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetViewImage() local
/aosp_15_r20/frameworks/base/media/tests/MtpTests/src/android/mtp/
H A DMtpDatabaseTest.java223 Bitmap testBitmap = decodeBitmapFromBytes(byteArray, 4); in testThumbnail() local