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

/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DBitmapLoader.java21 import com.android.photos.data.GalleryBitmapPool;
55 GalleryBitmapPool.getInstance().put(mBitmap);
88 GalleryBitmapPool.getInstance().put(mBitmap);
H A DBitmapTileProvider.java24 import com.android.photos.data.GalleryBitmapPool;
78 Bitmap result = GalleryBitmapPool.getInstance().get(tileSize, tileSize);
H A DTileImageViewAdapter.java29 import com.android.photos.data.GalleryBitmapPool;
109 Bitmap bitmap = GalleryBitmapPool.getInstance().get(tileSize, tileSize);
129 GalleryBitmapPool.getInstance().put(options.inBitmap);
H A DTiledScreenNail.java23 import com.android.photos.data.GalleryBitmapPool;
103 if (mBitmap != null) GalleryBitmapPool.getInstance().put(mBitmap);
141 GalleryBitmapPool.getInstance().put(mBitmap);
H A DAlbumLabelMaker.java31 import com.android.photos.data.GalleryBitmapPool;
156 bitmap = GalleryBitmapPool.getInstance().get(mBitmapWidth, mBitmapHeight);
204 GalleryBitmapPool.getInstance().put(label);
H A DTileImageView.java32 import com.android.photos.data.GalleryBitmapPool;
502 GalleryBitmapPool.getInstance().put(tile.mDecodedTile);
530 GalleryBitmapPool.getInstance().put(tile.mDecodedTile);
669 GalleryBitmapPool.getInstance().put(bitmap);
/packages/apps/Gallery2/src/com/android/photos/data/
H A DGalleryBitmapPool.java30 public class GalleryBitmapPool { class
38 // SparseArrayBitmapPool instances to back the GalleryBitmapPool, which affords
57 private GalleryBitmapPool(int capacityBytes) { method in class:GalleryBitmapPool
65 private static GalleryBitmapPool sInstance = new GalleryBitmapPool(CAPACITY_BYTES);
67 public static GalleryBitmapPool getInstance() {
/packages/apps/Gallery2/src/com/android/gallery3d/ingest/data/
H A DMtpBitmapFetch.java28 import com.android.photos.data.GalleryBitmapPool;
35 GalleryBitmapPool.getInstance().put(b);
50 o.inBitmap = GalleryBitmapPool.getInstance().get(o.outWidth, o.outHeight);
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DDecodeUtils.java31 import com.android.photos.data.GalleryBitmapPool;
260 GalleryBitmapPool.getInstance().put(options.inBitmap);
268 GalleryBitmapPool.getInstance().put(options.inBitmap);
287 GalleryBitmapPool.getInstance().put(options.inBitmap);
295 GalleryBitmapPool.getInstance().put(options.inBitmap);
304 return GalleryBitmapPool.getInstance().get(options.outWidth, options.outHeight);
310 return GalleryBitmapPool.getInstance().get(options.outWidth, options.outHeight);
/packages/apps/Gallery2/src/com/android/photos/shims/
H A DBitmapJobDrawable.java33 import com.android.photos.data.GalleryBitmapPool;
56 GalleryBitmapPool.getInstance().put(mBitmap);
/packages/apps/Gallery2/src/com/android/photos/drawables/
H A DAutoThumbnailDrawable.java30 import com.android.photos.data.GalleryBitmapPool;
41 private static GalleryBitmapPool sBitmapPool = GalleryBitmapPool.getInstance();
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DAbstractGalleryActivity.java50 import com.android.photos.data.GalleryBitmapPool;
229 GalleryBitmapPool.getInstance().clear();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
H A DFilterShowActivity.java122 import com.android.photos.data.GalleryBitmapPool;
892 GalleryBitmapPool.getInstance().clear();

Completed in 471 milliseconds