Searched refs:MAX_WALLPAPER_EXTRACTION_AREA (Results 1 – 1 of 1) sorted by relevance
167 private static final int MAX_WALLPAPER_EXTRACTION_AREA = 112 * 112; field in WallpaperManagerCompatVL.ColorExtractionService223 if (requestedArea > MAX_WALLPAPER_EXTRACTION_AREA) { in run()225 (double) requestedArea / MAX_WALLPAPER_EXTRACTION_AREA; in run()247 if (requestedArea > MAX_WALLPAPER_EXTRACTION_AREA) { in run()248 scale = Math.sqrt(MAX_WALLPAPER_EXTRACTION_AREA / (double) requestedArea); in run()261 MAX_WALLPAPER_EXTRACTION_AREA); in run()