public abstract @interface

MemoryChunkType

implements Annotation
com.facebook.imagepipeline.core.MemoryChunkType

Class Overview

Memory type that indicates which kind of memory implementation will be used.

Summary

Constants
int ASHMEM_MEMORY
int BUFFER_MEMORY
int NATIVE_MEMORY
[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation

Constants

public static final int ASHMEM_MEMORY

Constant Value: 2 (0x00000002)

public static final int BUFFER_MEMORY

Constant Value: 1 (0x00000001)

public static final int NATIVE_MEMORY

Constant Value: 0 (0x00000000)