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

  /packages/apps/Gallery2/src/com/android/gallery3d/data/
DecodeUtils.java 100 public static Bitmap decodeThumbnail(
106 return decodeThumbnail(jc, fd, options, targetSize, type);
115 public static Bitmap decodeThumbnail(
UriImage.java 196 Bitmap bitmap = DecodeUtils.decodeThumbnail(jc,
LocalImage.java 215 return DecodeUtils.decodeThumbnail(jc, mLocalFilePath, options, targetSize, type);
  /packages/apps/Gallery2/src/com/android/photos/data/
MediaCacheUtils.java 86 Bitmap bitmap = DecodeUtils.decodeThumbnail(sJobStub, inBitmap.getPath(), options, size,

Completed in 141 milliseconds