Home
last modified time | relevance | path

Searched refs:MAX_PREVIEW_SIZE (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/
H A DDrawableTileSource.java33 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2; field in DrawableTileSource
43 mPreviewSize = Math.min(previewSize, MAX_PREVIEW_SIZE); in DrawableTileSource()
74 while (width > MAX_PREVIEW_SIZE || height > MAX_PREVIEW_SIZE) { in getPreview()
H A DWallpaperCropActivity.java176 defaultWallpaper, DrawableTileSource.MAX_PREVIEW_SIZE); in handleMessage()
/aosp12/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java52 private static final int MAX_PREVIEW_SIZE = 1024; field in BitmapRegionTileSource
82 previewSize = Math.min(previewSize, MAX_PREVIEW_SIZE); in BitmapRegionTileSource()
/aosp12/frameworks/base/packages/WallpaperCropper/src/com/android/photos/
H A DBitmapRegionTileSource.java156 public static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2; field in BitmapRegionTileSource
184 int previewSize = Math.min(mPreviewSize, MAX_PREVIEW_SIZE); in loadInBackground()
392 previewSize = Math.min(previewSize, MAX_PREVIEW_SIZE); in BitmapRegionTileSource()
/aosp12/packages/apps/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java133 private static final int MAX_PREVIEW_SIZE = GL_SIZE_LIMIT / 2; field in BitmapRegionTileSource
157 float scale = (float) MAX_PREVIEW_SIZE / Math.max(width, height); in loadInBackground()