Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DDrawableFactory.java26 private final static int BITMAP_POOL_SIZE = 768; field in DrawableFactory
35 mBitmapPool = new DrawableBitmapPool(BITMAP_POOL_SIZE); in DrawableFactory()