com.facebook.imagepipeline.common.SourceUriType |
Class Overview
This is the interface we use in order to define different types of Uri an ImageRequest can have.
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
SOURCE_TYPE_DATA
Constant Value:
7
(0x00000007)
public
static
final
int
SOURCE_TYPE_LOCAL_ASSET
Constant Value:
5
(0x00000005)
public
static
final
int
SOURCE_TYPE_LOCAL_CONTENT
Constant Value:
4
(0x00000004)
public
static
final
int
SOURCE_TYPE_LOCAL_FILE
Constant Value:
1
(0x00000001)
public
static
final
int
SOURCE_TYPE_LOCAL_IMAGE_FILE
Constant Value:
3
(0x00000003)
public
static
final
int
SOURCE_TYPE_LOCAL_RESOURCE
Constant Value:
6
(0x00000006)
public
static
final
int
SOURCE_TYPE_LOCAL_VIDEO_FILE
Constant Value:
2
(0x00000002)
public
static
final
int
SOURCE_TYPE_NETWORK
Constant Value:
0
(0x00000000)
public
static
final
int
SOURCE_TYPE_QUALIFIED_RESOURCE
Constant Value:
8
(0x00000008)
public
static
final
int
SOURCE_TYPE_UNKNOWN
Constant Value:
-1
(0xffffffff)