Package | Description |
---|---|
com.nostra13.universalimageloader.core | |
com.nostra13.universalimageloader.core.assist |
Modifier and Type | Field and Description |
---|---|
static QueueProcessingType |
ImageLoaderConfiguration.Builder.DEFAULT_TASK_PROCESSING_TYPE |
Modifier and Type | Method and Description |
---|---|
static Executor |
DefaultConfigurationFactory.createExecutor(int threadPoolSize,
int threadPriority,
QueueProcessingType tasksProcessingType)
Creates default implementation of task executor
|
ImageLoaderConfiguration.Builder |
ImageLoaderConfiguration.Builder.tasksProcessingOrder(QueueProcessingType tasksProcessingType)
Sets type of queue processing for tasks for loading and displaying images.
Default value - FIFO |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2011-2015. All Rights Reserved.