Home
last modified time | relevance | path

Searched refs:tmpWallpaper (Results 1 – 2 of 2) sorted by relevance

/cts/tests/app/src/android/app/cts/
DWallpaperManagerTest.java84 Bitmap tmpWallpaper = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in setBitmapTest() local
85 Canvas canvas = new Canvas(tmpWallpaper); in setBitmapTest()
90 mWallpaperManager.setBitmap(tmpWallpaper); in setBitmapTest()
93 mWallpaperManager.setBitmap(tmpWallpaper); in setBitmapTest()
99 tmpWallpaper.recycle(); in setBitmapTest()
118 Bitmap tmpWallpaper = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in wallpaperChangedBroadcastTest() local
119 Canvas canvas = new Canvas(tmpWallpaper); in wallpaperChangedBroadcastTest()
131 mWallpaperManager.setBitmap(tmpWallpaper); in wallpaperChangedBroadcastTest()
141 tmpWallpaper.recycle(); in wallpaperChangedBroadcastTest()
249 Bitmap tmpWallpaper = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in wallpaperColors_primary() local
[all …]
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DMultiDisplaySystemDecorationTests.java147 final Bitmap tmpWallpaper = wallpaperSession.getTestBitmap(); in testWallpaperShowOnSecondaryDisplays() local
148 wallpaperSession.setImageWallpaper(tmpWallpaper); in testWallpaperShowOnSecondaryDisplays()