Searched refs:POOL_SIZE (Results 1 – 6 of 6) sorted by relevance
35 private static final int POOL_SIZE = 5; field in BitmapPoolTest51 for (int i = 0; i < POOL_SIZE; i++) { in fillPoolAndGetPoolContents()64 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testCreateAndPutBackInPoolTest()75 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testCreateBeyondFullAndCheckReuseTest()93 final BitmapPool pool = new BitmapPool(POOL_SIZE, NAME); in testDecodeFromResourceBitmap()
33 private static final int POOL_SIZE = field in Executors41 POOL_SIZE, POOL_SIZE, KEEP_ALIVE, TimeUnit.SECONDS, new LinkedBlockingQueue<>());
103 private static final int POOL_SIZE = 1; // Allow only 1 executor operation field in FileOperationService145 executor = Executors.newFixedThreadPool(POOL_SIZE); in onCreate()
54 private Pools.Pool<UpdateOp> mUpdateOpPool = new Pools.SimplePool<UpdateOp>(UpdateOp.POOL_SIZE);639 static final int POOL_SIZE = 30; field in AdapterHelper.UpdateOp
250 private static final int POOL_SIZE = 32; field in Parcel481 if (sOwnedPoolSize < POOL_SIZE) { in recycle()490 if (sHolderPoolSize < POOL_SIZE) { in recycle()
41227 Landroid/os/Parcel;->POOL_SIZE:I