Home
last modified time | relevance | path

Searched refs:setBitmap (Results 1 – 11 of 11) sorted by relevance

/cts/tests/app/src/android/app/cts/
DWallpaperManagerTest.java119 mWallpaperManager.setBitmap(tmpWallpaper); in setBitmapTest()
122 mWallpaperManager.setBitmap(tmpWallpaper); in setBitmapTest()
152 mWallpaperManager.setBitmap(tmpWallpaper); in wallpaperChangedBroadcastTest()
271 mWallpaperManager.setBitmap(tmpWallpaper); in wallpaperColors_primary()
302 mWallpaperManager.setBitmap(tmpWallpaper); in wallpaperColors_secondary()
326 mWallpaperManager.setBitmap(highRatioWallpaper); in highRatioWallpaper_largeWidth()
340 mWallpaperManager.setBitmap(highRatioWallpaper); in highRatioWallpaper_largeHeight()
354 mWallpaperManager.setBitmap(highResolutionWallpaper); in highResolutionWallpaper()
371 mWallpaperManager.setBitmap(srgbBitmap); in testWideGamutWallpaper()
375 mWallpaperManager.setBitmap(p3Bitmap); in testWideGamutWallpaper()
[all …]
/cts/tests/tests/permission/src/android/permission/cts/
DNoWallpaperPermissionsTest.java78 mWM.setBitmap(b); in testSetBitmap()
83 mWM.setBitmap(b, null, false); in testSetBitmap()
88 mWM.setBitmap(b, null, false, FLAG_SYSTEM); in testSetBitmap()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DWideColorGamutTests.java102 bv.setBitmap(mBitmap); in testDraw()
112 bv.setBitmap(mBitmap); in testSaveLayer()
123 bv.setBitmap(mBitmap); in testHardwareLayer()
134 bv.setBitmap(mBitmap); in testSaveLayerInHardwareLayer()
DCanvasTests.java285 new Canvas(getMutableBitmap()).setBitmap(getImmutableBitmap()); in testSetBitmapToImmutableBitmap()
293 new Canvas(getMutableBitmap()).setBitmap(bitmap); in testSetBitmapToRecycledBitmap()
/cts/tests/tests/graphics/src/android/graphics/cts/
DBitmapShaderTest.java114 canvas.setBitmap(null); in testClamp()
136 canvas.setBitmap(null); in testRepeat()
158 canvas.setBitmap(null); in testMirror()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java119 wallpaperManager.setBitmap(BitmapUtils.generateRandomBitmap(97, 73)); in testDisallowSetWallpaper_allowed()
139 wallpaperManager.setBitmap(originalWallpaperCopy); in testDisallowSetWallpaper_allowed()
/cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
DCustomizationTest.java46 wallpaperManager.setBitmap(referenceWallpaper); in testSetWallpaper_disallowed()
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
DBitmapView.java53 public void setBitmap(Bitmap bitmap) { in setBitmap() method in BitmapView
/cts/tests/tests/graphics/src/android/graphics/drawable/cts/
DBitmapDrawableTest.java571 bitmapDrawable.setBitmap(bm); in testSetBitmap()
574 bitmapDrawable.setBitmap(null); in testSetBitmap()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java185 mWallpaperManager.setBitmap(bitmap)); in setImageWallpaper()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java560 mRemoteViews.setBitmap(R.id.remoteView_image, "setImageBitmap", bitmap); in testSetBitmap()
565 mRemoteViews.setBitmap(R.id.remoteView_absolute, "setImageBitmap", bitmap); in testSetBitmap()