Searched refs:highRatioWallpaper (Results 1 – 1 of 1) sorted by relevance
837 Bitmap highRatioWallpaper = Bitmap.createBitmap(8000, 800, Bitmap.Config.ARGB_8888); in highRatioWallpaper_largeWidth() local838 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() local852 Canvas canvas = new Canvas(highRatioWallpaper); in highRatioWallpaper_largeHeight()856 mWallpaperManager.setBitmap(highRatioWallpaper); in highRatioWallpaper_largeHeight()859 highRatioWallpaper.recycle(); in highRatioWallpaper_largeHeight()