Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DBytesBufferPool.java68 public BytesBufferPool(int poolSize, int bufferSize) { in BytesBufferPool() argument
69 mList = new ArrayList<BytesBuffer>(poolSize); in BytesBufferPool()
70 mPoolSize = poolSize; in BytesBufferPool()