Searched refs:MAX_BITMAP_SIZE (Results 1 – 7 of 7) sorted by relevance
49 public static final int MAX_BITMAP_SIZE = getPanelFrameSize(); field in RecordingCanvas265 if (bitmap.getConfig() != Bitmap.Config.HARDWARE && bitmapSize > MAX_BITMAP_SIZE) { in throwIfCannotDraw()
93 private static final int MAX_BITMAP_SIZE = 112; field in WallpaperColors97 private static final int MAX_WALLPAPER_EXTRACTION_AREA = MAX_BITMAP_SIZE * MAX_BITMAP_SIZE;155 width = MAX_BITMAP_SIZE; in fromDrawable()156 height = MAX_BITMAP_SIZE; in fromDrawable()
470 final int maxNumPixels = RecordingCanvas.MAX_BITMAP_SIZE / bmpBpp; in testScaleDownMaxSizeWithBitmap()487 final int maxNumPixels = RecordingCanvas.MAX_BITMAP_SIZE / bmpBpp; in testScaleDownMaxSizeWithAdaptiveBitmap()506 assertThat(drawable.getBitmap().getByteCount()).isAtMost(RecordingCanvas.MAX_BITMAP_SIZE); in testScaleDownMaxSizeWithResource()521 assertThat(drawable.getBitmap().getByteCount()).isAtMost(RecordingCanvas.MAX_BITMAP_SIZE); in testScaleDownMaxSizeWithFile()536 assertThat(drawable.getBitmap().getByteCount()).isAtMost(RecordingCanvas.MAX_BITMAP_SIZE); in testScaleDownMaxSizeWithData()
904 private static final int MAX_BITMAP_SIZE = 40; field in SplashscreenContentDrawer.DrawableColorTester.ComplexDrawableTester924 width = MAX_BITMAP_SIZE; in ComplexDrawableTester()925 height = MAX_BITMAP_SIZE; in ComplexDrawableTester()927 width = Math.min(width, MAX_BITMAP_SIZE); in ComplexDrawableTester()928 height = Math.min(height, MAX_BITMAP_SIZE); in ComplexDrawableTester()
412 if (bitmap != null && bitmap.getByteCount() > RecordingCanvas.MAX_BITMAP_SIZE) { in fixMaxBitmapSize()414 int maxNumPixels = RecordingCanvas.MAX_BITMAP_SIZE / bytesPerPixel; in fixMaxBitmapSize()
381 && bitmap.getByteCount() > RecordingCanvas.MAX_BITMAP_SIZE) { in loadWallpaperAndDrawFrameInternal()
9542 Landroid/app/WallpaperColors;->MAX_BITMAP_SIZE:I59230 Landroid/view/DisplayListCanvas;->MAX_BITMAP_SIZE:I