Home
last modified time | relevance | path

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

/cts/tests/tests/uirendering/src/android/uirendering/cts/testclasses/
DWideColorGamutTests.java94 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/
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/graphics/src/android/graphics/cts/
DBitmapShaderTest.java113 canvas.setBitmap(null); in testClamp()
135 canvas.setBitmap(null); in testRepeat()
157 canvas.setBitmap(null); in testMirror()
DCanvasTest.java126 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/
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/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DCustomizationRestrictionsTest.java135 wallpaperManager.setBitmap(BitmapUtils.generateRandomBitmap(97, 73)); in testDisallowSetWallpaper_allowed()
155 wallpaperManager.setBitmap(originalWallpaperCopy); in testDisallowSetWallpaper_allowed()
/cts/tests/app/src/android/app/cts/
DWallpaperManagerTest.java89 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/
DRemoteViewsTest.java505 mRemoteViews.setBitmap(R.id.remoteView_image, "setImageBitmap", bitmap); in testSetBitmap()
511 mRemoteViews.setBitmap(R.id.remoteView_absolute, "setImageBitmap", bitmap); in testSetBitmap()