HomeSort by relevance Sort by last modified time
    Searched refs:decodePreview (Results 1 - 2 of 2) sorted by null

  /packages/apps/Gallery2/src/com/android/photos/
BitmapRegionTileSource.java 51 // 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) {
  /frameworks/base/packages/WallpaperCropper/src/com/android/photos/
BitmapRegionTileSource.java 155 // 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) {

Completed in 89 milliseconds