Searched refs:DecodeUtils (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DImageCacheRequest.java65 bitmap = DecodeUtils.decodeUsingPool(jc,
68 bitmap = DecodeUtils.decodeUsingPool(jc,
H A DUriImage.java175 BitmapRegionDecoder decoder = DecodeUtils.createBitmapRegionDecoder(
196 Bitmap bitmap = DecodeUtils.decodeThumbnail(jc,
H A DLocalImage.java208 Bitmap bitmap = DecodeUtils.decodeIfBigEnough(
214 return DecodeUtils.decodeThumbnail(jc, mLocalFilePath, options, targetSize, type);
233 return DecodeUtils.createBitmapRegionDecoder(jc, mLocalFilePath, false);
H A DDecodeUtils.java39 public class DecodeUtils { class
40 private static final String TAG = "DecodeUtils";
189 // DecodeUtils.requestDecode(...), since we don't have the knowledge
284 Bitmap bitmap = DecodeUtils.decode(jc, fileDescriptor, options);
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DTileImageView.java30 import com.android.gallery3d.data.DecodeUtils;
675 mDecodedTile = DecodeUtils.ensureGLCompatibleBitmap(mModel.getTile(

Completed in 46 milliseconds