Uses of Class
com.nostra13.universalimageloader.core.assist.QueueProcessingType

Packages that use QueueProcessingType
com.nostra13.universalimageloader.core   
com.nostra13.universalimageloader.core.assist   
 

Uses of QueueProcessingType in com.nostra13.universalimageloader.core
 

Fields in com.nostra13.universalimageloader.core declared as QueueProcessingType
static QueueProcessingType ImageLoaderConfiguration.Builder.DEFAULT_TASK_PROCESSING_TYPE
          
 

Methods in com.nostra13.universalimageloader.core with parameters of type QueueProcessingType
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.
 

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.
 



Copyright © 2011-2014. All Rights Reserved.