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.java113 Bitmap tmpWallpaper = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in setBitmapTest() local
114 Canvas canvas = new Canvas(tmpWallpaper); in setBitmapTest()
119 mWallpaperManager.setBitmap(tmpWallpaper); in setBitmapTest()
122 mWallpaperManager.setBitmap(tmpWallpaper); in setBitmapTest()
128 tmpWallpaper.recycle(); in setBitmapTest()
147 Bitmap tmpWallpaper = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in wallpaperChangedBroadcastTest() local
148 Canvas canvas = new Canvas(tmpWallpaper); in wallpaperChangedBroadcastTest()
152 mWallpaperManager.setBitmap(tmpWallpaper); in wallpaperChangedBroadcastTest()
160 tmpWallpaper.recycle(); in wallpaperChangedBroadcastTest()
266 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.java150 final Bitmap tmpWallpaper = wallpaperSession.getTestBitmap(); in testWallpaperShowOnSecondaryDisplays() local
151 wallpaperSession.setImageWallpaper(tmpWallpaper); in testWallpaperShowOnSecondaryDisplays()