Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java28 private DrawableBitmapPool mBitmapPool; field in DrawableFactory
35 mBitmapPool = new DrawableBitmapPool(BITMAP_POOL_SIZE); in DrawableFactory()
45 return mBitmapPool.allocate(); in allocateDrawableBitmap()