Home
last modified time | relevance | path

Searched refs:DrawableBitmapPool (Results 1 – 1 of 1) sorted by relevance

/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java28 private DrawableBitmapPool mBitmapPool;
35 mBitmapPool = new DrawableBitmapPool(BITMAP_POOL_SIZE); in DrawableFactory()
64 private class DrawableBitmapPool extends TObjectPool<DrawableBitmap> { class in DrawableFactory
66 public DrawableBitmapPool(int size) { in DrawableBitmapPool() method in DrawableFactory.DrawableBitmapPool