Searched refs:MAX_WALLPAPER_EXTRACTION_AREA (Results 1 – 2 of 2) 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()
9625 Landroid/app/WallpaperColors;->MAX_WALLPAPER_EXTRACTION_AREA:I