Home
last modified time | relevance | path

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

/packages/apps/Gallery2/src/com/android/gallery3d/data/
DMediaItem.java45 private static final BytesBufferPool sMicroThumbBufferPool =
46 new BytesBufferPool(BYTESBUFFE_POOL_SIZE, BYTESBUFFER_SIZE);
124 public static BytesBufferPool getBytesBufferPool() { in getBytesBufferPool()
DBytesBufferPool.java26 public class BytesBufferPool { class
68 public BytesBufferPool(int poolSize, int bufferSize) { in BytesBufferPool() method in BytesBufferPool
DImageCacheService.java24 import com.android.gallery3d.data.BytesBufferPool.BytesBuffer;
DImageCacheRequest.java24 import com.android.gallery3d.data.BytesBufferPool.BytesBuffer;