com.facebook.drawee.backends.pipeline.info.ImageOrigin |
Class Overview
Image origin that indicates whether an image has been loaded from cache, network or other source.
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
DISK
Constant Value:
1
(0x00000001)
public
static
final
int
MEMORY_BITMAP
Constant Value:
3
(0x00000003)
public
static
final
int
MEMORY_ENCODED
Constant Value:
2
(0x00000002)
public
static
final
int
NETWORK
Constant Value:
0
(0x00000000)
public
static
final
int
UNKNOWN
Constant Value:
-1
(0xffffffff)