Home
last modified time | relevance | path

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

/cts/tests/app/WallpaperTest/src/android/app/cts/wallpapers/
DWallpaperManagerTest.java837 Bitmap highRatioWallpaper = Bitmap.createBitmap(8000, 800, Bitmap.Config.ARGB_8888); in highRatioWallpaper_largeWidth() local
838 Canvas canvas = new Canvas(highRatioWallpaper); in highRatioWallpaper_largeWidth()
842 mWallpaperManager.setBitmap(highRatioWallpaper); in highRatioWallpaper_largeWidth()
845 highRatioWallpaper.recycle(); in highRatioWallpaper_largeWidth()
851 Bitmap highRatioWallpaper = Bitmap.createBitmap(800, 8000, Bitmap.Config.ARGB_8888); in highRatioWallpaper_largeHeight() local
852 Canvas canvas = new Canvas(highRatioWallpaper); in highRatioWallpaper_largeHeight()
856 mWallpaperManager.setBitmap(highRatioWallpaper); in highRatioWallpaper_largeHeight()
859 highRatioWallpaper.recycle(); in highRatioWallpaper_largeHeight()