Searched refs:tmpWallpaper (Results 1 – 2 of 2) sorted by relevance
84 Bitmap tmpWallpaper = Bitmap.createBitmap(100, 100, Bitmap.Config.ARGB_8888); in setBitmapTest() local85 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() local119 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 …]
147 final Bitmap tmpWallpaper = wallpaperSession.getTestBitmap(); in testWallpaperShowOnSecondaryDisplays() local148 wallpaperSession.setImageWallpaper(tmpWallpaper); in testWallpaperShowOnSecondaryDisplays()