Searched refs:POOL_SIZE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/services/
H A DFileOperationService.java52 private static final int POOL_SIZE = 2; // "pool size", not *max* "pool size". field in class:FileOperationService
106 executor = new ScheduledThreadPoolExecutor(POOL_SIZE);
/frameworks/base/core/java/android/os/
H A DParcel.java205 private static final int POOL_SIZE = 6; field in class:Parcel
206 private static final Parcel[] sOwnedPool = new Parcel[POOL_SIZE];
207 private static final Parcel[] sHolderPool = new Parcel[POOL_SIZE];
319 for (int i=0; i<POOL_SIZE; i++) {
350 for (int i=0; i<POOL_SIZE; i++) {
2637 for (int i=0; i<POOL_SIZE; i++) {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DAdapterHelper.java56 private Pools.Pool<UpdateOp> mUpdateOpPool = new Pools.SimplePool<UpdateOp>(UpdateOp.POOL_SIZE);
641 static final int POOL_SIZE = 30; field in class:AdapterHelper.UpdateOp

Completed in 301 milliseconds