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

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

Completed in 51 milliseconds