Searched refs:setBitmap (Results 1 – 10 of 10) sorted by relevance
/cts/tests/tests/permission/src/android/permission/cts/ |
D | NoWallpaperPermissionsTest.java | 82 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/ |
D | WideColorGamutTests.java | 102 bv.setBitmap(mBitmap); in testDraw() 112 bv.setBitmap(mBitmap); in testSaveLayer() 123 bv.setBitmap(mBitmap); in testHardwareLayer() 134 bv.setBitmap(mBitmap); in testSaveLayerInHardwareLayer()
|
D | CanvasTests.java | 244 new Canvas(getMutableBitmap()).setBitmap(getImmutableBitmap()); in testSetBitmapToImmutableBitmap() 252 new Canvas(getMutableBitmap()).setBitmap(bitmap); in testSetBitmapToRecycledBitmap()
|
/cts/tests/app/src/android/app/cts/ |
D | WallpaperManagerTest.java | 90 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/ |
D | BitmapShaderTest.java | 114 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/ |
D | CustomizationRestrictionsTest.java | 119 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/ |
D | BitmapView.java | 53 public void setBitmap(Bitmap bitmap) { in setBitmap() method in BitmapView
|
/cts/hostsidetests/devicepolicy/app/CustomizationApp/src/com/android/cts/customizationapp/ |
D | CustomizationTest.java | 46 wallpaperManager.setBitmap(referenceWallpaper); in testSetWallpaper_disallowed()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 506 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/ |
D | MultiDisplaySystemDecorationTests.java | 181 mWallpaperManager.setBitmap(bitmap)); in setImageWallpaper()
|