Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDecodeUtils.java198 public static BitmapRegionDecoder createBitmapRegionDecoder( in createBitmapRegionDecoder() method in DecodeUtils
216 public static BitmapRegionDecoder createBitmapRegionDecoder( in createBitmapRegionDecoder() method in DecodeUtils
226 public static BitmapRegionDecoder createBitmapRegionDecoder( in createBitmapRegionDecoder() method in DecodeUtils
236 public static BitmapRegionDecoder createBitmapRegionDecoder( in createBitmapRegionDecoder() method in DecodeUtils
DUriImage.java175 BitmapRegionDecoder decoder = DecodeUtils.createBitmapRegionDecoder( in run()
DLocalImage.java233 return DecodeUtils.createBitmapRegionDecoder(jc, mLocalFilePath, false); in run()