Searched refs:setBitmap (Results 1 – 9 of 9) sorted by relevance
/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/ |
D | WideColorGamutTests.java | 94 bv.setBitmap(mBitmap); in testDraw() 104 bv.setBitmap(mBitmap); in testSaveLayer() 115 bv.setBitmap(mBitmap); in testHardwareLayer() 126 bv.setBitmap(mBitmap); in testSaveLayerInHardwareLayer()
|
/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/graphics/src/android/graphics/cts/ |
D | BitmapShaderTest.java | 113 canvas.setBitmap(null); in testClamp() 135 canvas.setBitmap(null); in testRepeat() 157 canvas.setBitmap(null); in testMirror()
|
D | CanvasTest.java | 126 mCanvas.setBitmap(mImmutableBitmap); in testSetBitmapToImmutableBitmap() 133 mCanvas.setBitmap(mMutableBitmap); in testSetBitmapToRecycledBitmap() 139 mCanvas.setBitmap(mMutableBitmap); in testSetBitmap() 153 canvas.setBitmap(normal); in testSetBitmapFromEmpty() 164 mCanvas.setBitmap(Bitmap.createBitmap(10, 10, Config.ARGB_8888)); in testSetBitmapCleanClip() 173 mCanvas.setBitmap(Bitmap.createBitmap(20, 20, Config.ARGB_8888)); in testSetBitmapCleanClip() 187 c.setBitmap(Bitmap.createBitmap(10, 10, Config.ARGB_8888)); in testSetBitmapSaveCount()
|
/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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/ |
D | CustomizationRestrictionsTest.java | 135 wallpaperManager.setBitmap(BitmapUtils.generateRandomBitmap(97, 73)); in testDisallowSetWallpaper_allowed() 155 wallpaperManager.setBitmap(originalWallpaperCopy); in testDisallowSetWallpaper_allowed()
|
/cts/tests/app/src/android/app/cts/ |
D | WallpaperManagerTest.java | 89 mWallpaperManager.setBitmap(tmpWallpaper); in setBitmapTest() 92 mWallpaperManager.setBitmap(tmpWallpaper); in setBitmapTest() 130 mWallpaperManager.setBitmap(tmpWallpaper); in wallpaperChangedBroadcastTest() 397 mWallpaperManager.setBitmap(bmp); in ensureCleanState()
|
/cts/tests/tests/widget/src/android/widget/cts/ |
D | RemoteViewsTest.java | 505 mRemoteViews.setBitmap(R.id.remoteView_image, "setImageBitmap", bitmap); in testSetBitmap() 511 mRemoteViews.setBitmap(R.id.remoteView_absolute, "setImageBitmap", bitmap); in testSetBitmap()
|