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

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

Completed in 170 milliseconds