Home
last modified time | relevance | path

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

/cts/tests/tests/media/bettertogether/src/android/media/bettertogether/cts/
DMediaMetadataTest.java140 Bitmap testBitmap = Bitmap.createBitmap(/*width=*/ 16, /*height=*/16, in builder_putBitmap_throwsIAE_withNonBitmapKey() local
179 Bitmap testBitmap = Bitmap.createBitmap(/*width=*/ 16, /*height=*/16, in equalsAndHashCode_ignoreRatingAndBitmap() local
194 Bitmap testBitmap = Bitmap.createBitmap(/*width=*/ 16, /*height=*/16, in sizeAndKeySet() local
274 Bitmap testBitmap = Bitmap.createBitmap( in builder_setBitmapDimensionLimit_bitmapsAreScaledDown() local
296 Bitmap testBitmap = Bitmap.createBitmap( in builder_setBitmapDimensionLimit_bitmapsAreNotScaledDown() local
/cts/tests/tests/security/src/android/security/cts/
DCVE_2023_21139.java81 Bitmap testBitmap = Bitmap.createBitmap(dimension, dimension, Bitmap.Config.ARGB_8888); in testPocCVE_2023_21139() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2022-20415/src/android/security/cts/CVE_2022_20415/
DDeviceTest.java53 Bitmap testBitmap = Bitmap.createBitmap(mResources.getInteger(R.integer.width), in createNotificationIcon() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2021-39704/src/android/security/cts/CVE_2021_39704/
DPocService.java95 Bitmap testBitmap = Bitmap.createBitmap( in createNotificationIcon() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21129/src/android/security/cts/CVE_2023_21129/
DPocService.java127 Bitmap testBitmap = in createNotificationIcon() local
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21239/src/android/security/cts/CVE_2023_21239/
DDeviceTest.java116 Bitmap testBitmap = in testCallStyleNotification() local
/cts/tests/tests/effect/src/android/effect/cts/
DEffectTest.java119 Bitmap testBitmap = Bitmap.createBitmap(2, 2, Bitmap.Config.ARGB_8888); in createTestBitmap() local
/cts/tests/tests/widget/src/android/widget/cts/
DSimpleAdapterTest.java371 Bitmap testBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetViewImage() local
DSimpleCursorAdapterTest.java248 Bitmap testBitmap = WidgetTestUtils.getUnscaledAndDitheredBitmap( in testSetViewImage() local
/cts/tests/tests/graphics/src/android/graphics/cts/
DYuvImageTest.java528 private void compressRects(Bitmap testBitmap, YuvImage image, in compressRects()
546 private void compressOddRect(Bitmap testBitmap, YuvImage image, in compressOddRect()