Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java864 public void highResolutionWallpaper() throws Exception { in highResolutionWallpaper() method in WallpaperManagerTest
865 Bitmap highResolutionWallpaper = Bitmap.createBitmap(10000, 10000, Bitmap.Config.ARGB_8888); in highResolutionWallpaper() local
866 Canvas canvas = new Canvas(highResolutionWallpaper); in highResolutionWallpaper()
870 mWallpaperManager.setBitmap(highResolutionWallpaper); in highResolutionWallpaper()
873 highResolutionWallpaper.recycle(); in highResolutionWallpaper()
/cts/tests/app/WallpaperTest/
DTEST_MAPPING76 … "include-filter": "android.app.cts.wallpapers.WallpaperManagerTest#highResolutionWallpaper"