OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BytesBufferPool
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Gallery2/src/com/android/gallery3d/data/
MediaItem.java
45
private static final
BytesBufferPool
sMicroThumbBufferPool =
46
new
BytesBufferPool
(BYTESBUFFE_POOL_SIZE, BYTESBUFFER_SIZE);
124
public static
BytesBufferPool
getBytesBufferPool() {
BytesBufferPool.java
26
public class
BytesBufferPool
{
68
public
BytesBufferPool
(int poolSize, int bufferSize) {
ImageCacheRequest.java
24
import com.android.gallery3d.data.
BytesBufferPool
.BytesBuffer;
ImageCacheService.java
24
import com.android.gallery3d.data.
BytesBufferPool
.BytesBuffer;
Completed in 315 milliseconds