Home
last modified time | relevance | path

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

/cts/tests/tests/permission/src/android/permission/cts/
DNoWallpaperPermissionsTest.java82 mWM.setBitmap(b); in testSetBitmap()
87 mWM.setBitmap(b, null, false); in testSetBitmap()
92 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.java244 new Canvas(getMutableBitmap()).setBitmap(getImmutableBitmap()); in testSetBitmapToImmutableBitmap()
252 new Canvas(getMutableBitmap()).setBitmap(bitmap); in testSetBitmapToRecycledBitmap()
/cts/tests/app/src/android/app/cts/
DWallpaperManagerTest.java90 mWallpaperManager.setBitmap(tmpWallpaper); in setBitmapTest()
93 mWallpaperManager.setBitmap(tmpWallpaper); in setBitmapTest()
131 mWallpaperManager.setBitmap(tmpWallpaper); in wallpaperChangedBroadcastTest()
254 mWallpaperManager.setBitmap(tmpWallpaper); in wallpaperColors_primary()
285 mWallpaperManager.setBitmap(tmpWallpaper); in wallpaperColors_secondary()
455 mWallpaperManager.setBitmap(bmp); in ensureCleanState()
/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/tests/tests/uirendering/src/android/uirendering/cts/testclasses/view/
DBitmapView.java53 public void setBitmap(Bitmap bitmap) { in setBitmap() method in BitmapView
/cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/
DCustomizationTest.java46 wallpaperManager.setBitmap(referenceWallpaper); in testSetWallpaper_disallowed()
/cts/tests/tests/widget/src/android/widget/cts/
DRemoteViewsTest.java506 mRemoteViews.setBitmap(R.id.remoteView_image, "setImageBitmap", bitmap); in testSetBitmap()
512 mRemoteViews.setBitmap(R.id.remoteView_absolute, "setImageBitmap", bitmap); in testSetBitmap()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java181 mWallpaperManager.setBitmap(bitmap)); in setImageWallpaper()