Searched refs:MAX_WALLPAPER_EXTRACTION_AREA (Results 1 – 1 of 1) sorted by relevance
82 private static final int MAX_WALLPAPER_EXTRACTION_AREA = MAX_BITMAP_SIZE * MAX_BITMAP_SIZE; field in WallpaperColors161 if (bitmapArea > MAX_WALLPAPER_EXTRACTION_AREA) { in fromBitmap()173 .resizeBitmapArea(MAX_WALLPAPER_EXTRACTION_AREA) in fromBitmap()435 if (requestedArea > MAX_WALLPAPER_EXTRACTION_AREA) { in calculateOptimalSize()436 scale = Math.sqrt(MAX_WALLPAPER_EXTRACTION_AREA / (double) requestedArea); in calculateOptimalSize()