Searched refs:MAX_BITMAP_SIZE (Results 1 – 2 of 2) sorted by relevance
78 private static final int MAX_BITMAP_SIZE = 112; field in WallpaperColors82 private static final int MAX_WALLPAPER_EXTRACTION_AREA = MAX_BITMAP_SIZE * MAX_BITMAP_SIZE;129 width = MAX_BITMAP_SIZE; in fromDrawable()130 height = MAX_BITMAP_SIZE; in fromDrawable()
44 public static final int MAX_BITMAP_SIZE = 100 * 1024 * 1024; // 100 MB field in RecordingCanvas279 if (bitmapSize > MAX_BITMAP_SIZE) { in throwIfCannotDraw()