Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/app/
H A DWallpaperColors.java93 private static final int MAX_BITMAP_SIZE = 112; field in WallpaperColors
97 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()
/aosp14/frameworks/base/graphics/java/android/graphics/
H A DRecordingCanvas.java49 public static final int MAX_BITMAP_SIZE = getPanelFrameSize(); field in RecordingCanvas
265 if (bitmapSize > MAX_BITMAP_SIZE) { in throwIfCannotDraw()
/aosp14/frameworks/base/core/tests/coretests/src/android/graphics/drawable/
H A DIconTest.java391 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()
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java897 private static final int MAX_BITMAP_SIZE = 40; field in SplashscreenContentDrawer.DrawableColorTester.ComplexDrawableTester
917 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()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DIcon.java371 if (bitmap != null && bitmap.getByteCount() > RecordingCanvas.MAX_BITMAP_SIZE) { in fixMaxBitmapSize()
373 int maxNumPixels = RecordingCanvas.MAX_BITMAP_SIZE / bytesPerPixel; in fixMaxBitmapSize()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/wallpapers/
H A DImageWallpaper.java331 && bitmap.getByteCount() > RecordingCanvas.MAX_BITMAP_SIZE) { in loadWallpaperAndDrawFrameInternal()
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt9542 Landroid/app/WallpaperColors;->MAX_BITMAP_SIZE:I
59873 Landroid/view/DisplayListCanvas;->MAX_BITMAP_SIZE:I