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

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DPhotoDataAdapter.java333 BitmapRegionDecoder fullImage = future.get();
334 if (fullImage != null) fullImage.recycle();
339 entry.fullImage = future.get();
340 if (entry.fullImage != null) {
612 BitmapRegionDecoder fullImage = entry.fullImage;
614 if (fullImage != null) {
616 fullImage.getWidth(), fullImage
896 public BitmapRegionDecoder fullImage; field in class:PhotoDataAdapter.ImageEntry
[all...]

Completed in 1641 milliseconds