|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use QueueProcessingType | |
---|---|
com.nostra13.universalimageloader.core | |
com.nostra13.universalimageloader.core.assist |
Uses of QueueProcessingType in com.nostra13.universalimageloader.core |
---|
Methods in com.nostra13.universalimageloader.core with parameters of type QueueProcessingType | |
---|---|
ImageLoaderConfiguration.Builder |
ImageLoaderConfiguration.Builder.tasksProcessingOrder(QueueProcessingType tasksProcessingType)
Sets type of queue processing for tasks for loading and displaying images. |
Uses of QueueProcessingType in com.nostra13.universalimageloader.core.assist |
---|
Methods in com.nostra13.universalimageloader.core.assist that return QueueProcessingType | |
---|---|
static QueueProcessingType |
QueueProcessingType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static QueueProcessingType[] |
QueueProcessingType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |