Searched refs:BITMAP_POOL_SIZE (Results 1 – 1 of 1) sorted by relevance
26 private final static int BITMAP_POOL_SIZE = 768; field in DrawableFactory35 mBitmapPool = new DrawableBitmapPool(BITMAP_POOL_SIZE); in DrawableFactory()