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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
ImageCacheRequest.java 65 bitmap = DecodeUtils.decodeUsingPool(jc,
68 bitmap = DecodeUtils.decodeUsingPool(jc,
UriImage.java 175 BitmapRegionDecoder decoder = DecodeUtils.createBitmapRegionDecoder(
196 Bitmap bitmap = DecodeUtils.decodeThumbnail(jc,
LocalImage.java 208 Bitmap bitmap = DecodeUtils.decodeIfBigEnough(
214 return DecodeUtils.decodeThumbnail(jc, mLocalFilePath, options, targetSize, type);
233 return DecodeUtils.createBitmapRegionDecoder(jc, mLocalFilePath, false);
DecodeUtils.java 40 public class DecodeUtils {
41 private static final String TAG = "DecodeUtils";
190 // DecodeUtils.requestDecode(...), since we don't have the knowledge
285 Bitmap bitmap = DecodeUtils.decode(jc, fileDescriptor, options);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
TileImageView.java 31 import com.android.gallery3d.data.DecodeUtils;
676 mDecodedTile = DecodeUtils.ensureGLCompatibleBitmap(mModel.getTile(

Completed in 737 milliseconds