Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/cache/
DImageLoader.java311 public static Bitmap loadDownsampledBitmap(Context context, Uri uri, int sampleSize) { in loadDownsampledBitmap() method in ImageLoader
387 return loadDownsampledBitmap(context, uri, sampleSize); in loadConstrainedBitmap()
450 bmap = loadDownsampledBitmap(context, sourceUri, sampleSize); in loadBitmapWithBackouts()