Searched refs:findCachedBitmap (Results 1 – 1 of 1) sorted by relevance
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
D | DecodeUtils.java | 255 ? findCachedBitmap(jc, data, offset, length, options) : null; in decodeUsingPool() 282 ? findCachedBitmap(jc, fileDescriptor, options) : null; in decodeUsingPool() 300 private static Bitmap findCachedBitmap(JobContext jc, byte[] data, in findCachedBitmap() method in DecodeUtils 306 private static Bitmap findCachedBitmap(JobContext jc, FileDescriptor fileDescriptor, in findCachedBitmap() method in DecodeUtils
|