java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.facebook.imagepipeline.common.Priority |
Priority levels recognized by the image pipeline.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Priority | HIGH | Highest priority level. | |||||||||
Priority | LOW | Lowest priority level. | |||||||||
Priority | MEDIUM | Medium priority level. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
static Priority |
getHigherPriority(Priority priority1, Priority priority2)
Gets the higher priority among the two.
| ||||||||||
static Priority | valueOf(String name) | ||||||||||
final static Priority[] | values() |
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
Highest priority level. Used for images that are currently visible on screen.
Medium priority level. Used for warming of images that might soon get visible.
Gets the higher priority among the two.