Home
last modified time | relevance | path

Searched refs:MAX_BITMAP_SIZE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
DWallpaperColors.java78 private static final int MAX_BITMAP_SIZE = 112; field in WallpaperColors
82 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()
/frameworks/base/graphics/java/android/graphics/
DRecordingCanvas.java44 public static final int MAX_BITMAP_SIZE = 100 * 1024 * 1024; // 100 MB field in RecordingCanvas
279 if (bitmapSize > MAX_BITMAP_SIZE) { in throwIfCannotDraw()