com.facebook.imagepipeline.core.MemoryChunkType |
Class Overview
Memory type that indicates which kind of memory implementation will be used.
Summary
[Expand]
Inherited Methods |
From interface
java.lang.annotation.Annotation
abstract
Class<? extends Annotation>
|
annotationType()
|
abstract
boolean
|
equals(Object arg0)
|
abstract
int
|
hashCode()
|
abstract
String
|
toString()
|
|
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)