Searched refs:DrawableBitmapPool (Results 1 – 1 of 1) sorted by relevance
28 private DrawableBitmapPool mBitmapPool;35 mBitmapPool = new DrawableBitmapPool(BITMAP_POOL_SIZE); in DrawableFactory()64 private class DrawableBitmapPool extends TObjectPool<DrawableBitmap> { class in DrawableFactory66 public DrawableBitmapPool(int size) { in DrawableBitmapPool() method in DrawableFactory.DrawableBitmapPool