Searched refs:decodePreview (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Gallery2/src/com/android/photos/
H A DBitmapRegionTileSource.java51 // due to decodePreview being allowed to be up to 2x the size of the target
86 Bitmap preview = decodePreview(path, previewSize);
190 private Bitmap decodePreview(String file, int targetSize) { method in class:BitmapRegionTileSource
/packages/apps/Launcher3/WallpaperPicker/src/com/android/photos/
H A DBitmapRegionTileSource.java155 // due to decodePreview being allowed to be up to 2x the size of the target
396 Bitmap preview = decodePreview(source, previewSize);
501 private Bitmap decodePreview(BitmapSource source, int targetSize) { method in class:BitmapRegionTileSource

Completed in 277 milliseconds