Searched refs:MAX_BITMAP_SIZE (Results 1 – 7 of 7) sorted by relevance
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()
49 public static final int MAX_BITMAP_SIZE = getPanelFrameSize(); field in RecordingCanvas265 if (bitmapSize > MAX_BITMAP_SIZE) { in throwIfCannotDraw()
391 final int maxNumPixels = RecordingCanvas.MAX_BITMAP_SIZE / bmpBpp; in testScaleDownMaxSizeWithBitmap()408 final int maxNumPixels = RecordingCanvas.MAX_BITMAP_SIZE / bmpBpp; in testScaleDownMaxSizeWithAdaptiveBitmap()427 assertThat(drawable.getBitmap().getByteCount()).isAtMost(RecordingCanvas.MAX_BITMAP_SIZE); in testScaleDownMaxSizeWithResource()442 assertThat(drawable.getBitmap().getByteCount()).isAtMost(RecordingCanvas.MAX_BITMAP_SIZE); in testScaleDownMaxSizeWithFile()457 assertThat(drawable.getBitmap().getByteCount()).isAtMost(RecordingCanvas.MAX_BITMAP_SIZE); in testScaleDownMaxSizeWithData()
897 private static final int MAX_BITMAP_SIZE = 40; field in SplashscreenContentDrawer.DrawableColorTester.ComplexDrawableTester917 width = MAX_BITMAP_SIZE; in ComplexDrawableTester()918 height = MAX_BITMAP_SIZE; in ComplexDrawableTester()920 width = Math.min(width, MAX_BITMAP_SIZE); in ComplexDrawableTester()921 height = Math.min(height, MAX_BITMAP_SIZE); in ComplexDrawableTester()
371 if (bitmap != null && bitmap.getByteCount() > RecordingCanvas.MAX_BITMAP_SIZE) { in fixMaxBitmapSize()373 int maxNumPixels = RecordingCanvas.MAX_BITMAP_SIZE / bytesPerPixel; in fixMaxBitmapSize()
331 && bitmap.getByteCount() > RecordingCanvas.MAX_BITMAP_SIZE) { in loadWallpaperAndDrawFrameInternal()
9542 Landroid/app/WallpaperColors;->MAX_BITMAP_SIZE:I59873 Landroid/view/DisplayListCanvas;->MAX_BITMAP_SIZE:I