Searched refs:getOriginalBitmapSmall (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/imageshow/
H A DMasterImage.java134 public Bitmap getOriginalBitmapSmall() { method in class:MasterImage
777 && getOriginalBitmapSmall() != null) {
778 mTemporaryThumbnail = getOriginalBitmapSmall().copy(Bitmap.Config.ARGB_8888, true);
786 return getOriginalBitmapSmall();

Completed in 41 milliseconds