Searched defs:findCachedBitmap (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDecodeUtils.java255 ? findCachedBitmap(jc, data, offset, length, options) : null;
282 ? findCachedBitmap(jc, fileDescriptor, options) : null;
300 private static Bitmap findCachedBitmap(JobContext jc, byte[] data, method in class:DecodeUtils
306 private static Bitmap findCachedBitmap(JobContext jc, FileDescriptor fileDescriptor, method in class:DecodeUtils

Completed in 56 milliseconds