Searched refs:highResolutionWallpaper (Results 1 – 2 of 2) sorted by relevance
864 public void highResolutionWallpaper() throws Exception { in highResolutionWallpaper() method in WallpaperManagerTest865 Bitmap highResolutionWallpaper = Bitmap.createBitmap(10000, 10000, Bitmap.Config.ARGB_8888); in highResolutionWallpaper() local866 Canvas canvas = new Canvas(highResolutionWallpaper); in highResolutionWallpaper()870 mWallpaperManager.setBitmap(highResolutionWallpaper); in highResolutionWallpaper()873 highResolutionWallpaper.recycle(); in highResolutionWallpaper()
76 … "include-filter": "android.app.cts.wallpapers.WallpaperManagerTest#highResolutionWallpaper"