A B C D E F G H I K L M N O P Q R S T U V W

A

add(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
add(E) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
addFirst(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addFirst(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions.
addFirst(E) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
addLast(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, throwing an IllegalStateException if no space is currently available.
addLast(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions.
addLast(E) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
animate(ImageView, int) - Static method in class com.nostra13.universalimageloader.core.display.FadeInBitmapDisplayer
Animates ImageView with "fade-in" effect

B

BaseDiscCache - Class in com.nostra13.universalimageloader.cache.disc
Base disc cache.
BaseDiscCache(File) - Constructor for class com.nostra13.universalimageloader.cache.disc.BaseDiscCache
 
BaseDiscCache(File, FileNameGenerator) - Constructor for class com.nostra13.universalimageloader.cache.disc.BaseDiscCache
 
BaseImageDownloader - Class in com.nostra13.universalimageloader.core.download
Provides retrieving of InputStream of image by URI from network or file system or app resources.
BaseImageDownloader(Context) - Constructor for class com.nostra13.universalimageloader.core.download.BaseImageDownloader
 
BaseImageDownloader(Context, int, int) - Constructor for class com.nostra13.universalimageloader.core.download.BaseImageDownloader
 
BaseMemoryCache<K,V> - Class in com.nostra13.universalimageloader.cache.memory
Base memory cache.
BaseMemoryCache() - Constructor for class com.nostra13.universalimageloader.cache.memory.BaseMemoryCache
 
bitmapConfig(Bitmap.Config) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Sets bitmap config for image decoding.
BitmapDisplayer - Interface in com.nostra13.universalimageloader.core.display
Displays Bitmap in ImageView.
BitmapProcessor - Interface in com.nostra13.universalimageloader.core.process
Makes some processing on Bitmap.
BlockingDeque<E> - Interface in com.nostra13.universalimageloader.core.assist.deque
A Deque that additionally supports blocking operations that wait for the deque to become non-empty when retrieving an element, and wait for space to become available in the deque when storing an element.
BUFFER_SIZE - Static variable in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
8192
build() - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Builds configured DisplayImageOptions object
build() - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Builds configured ImageLoaderConfiguration object

C

cacheDir - Variable in class com.nostra13.universalimageloader.cache.disc.BaseDiscCache
 
cacheInMemory() - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Loaded image will be cached in memory
cacheOnDisc() - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Loaded image will be cached on disc
cancelDisplayTask(ImageView) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Cancel the task of loading and displaying image for passed ImageView.
clear() - Method in class com.nostra13.universalimageloader.cache.disc.BaseDiscCache
 
clear() - Method in interface com.nostra13.universalimageloader.cache.disc.DiscCacheAware
Clears cache directory
clear() - Method in class com.nostra13.universalimageloader.cache.disc.LimitedDiscCache
 
clear() - Method in class com.nostra13.universalimageloader.cache.memory.BaseMemoryCache
 
clear() - Method in class com.nostra13.universalimageloader.cache.memory.impl.FIFOLimitedMemoryCache
 
clear() - Method in class com.nostra13.universalimageloader.cache.memory.impl.FuzzyKeyMemoryCache
 
clear() - Method in class com.nostra13.universalimageloader.cache.memory.impl.LargestLimitedMemoryCache
 
clear() - Method in class com.nostra13.universalimageloader.cache.memory.impl.LimitedAgeMemoryCache
 
clear() - Method in class com.nostra13.universalimageloader.cache.memory.impl.LRULimitedMemoryCache
 
clear() - Method in class com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache
 
clear() - Method in class com.nostra13.universalimageloader.cache.memory.impl.UsingFreqLimitedMemoryCache
 
clear() - Method in class com.nostra13.universalimageloader.cache.memory.LimitedMemoryCache
 
clear() - Method in interface com.nostra13.universalimageloader.cache.memory.MemoryCacheAware
Remove all items from cache
clear() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Atomically removes all of the elements from this deque.
clearDiscCache() - Method in class com.nostra13.universalimageloader.core.ImageLoader
Clears disc cache.
clearMemoryCache() - Method in class com.nostra13.universalimageloader.core.ImageLoader
Clears memory cache
cloneFrom(DisplayImageOptions) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Sets all options equal to incoming options
closeSilently(Closeable) - Static method in class com.nostra13.universalimageloader.utils.IoUtils
 
com.nostra13.universalimageloader.cache.disc - package com.nostra13.universalimageloader.cache.disc
 
com.nostra13.universalimageloader.cache.disc.impl - package com.nostra13.universalimageloader.cache.disc.impl
 
com.nostra13.universalimageloader.cache.disc.naming - package com.nostra13.universalimageloader.cache.disc.naming
 
com.nostra13.universalimageloader.cache.memory - package com.nostra13.universalimageloader.cache.memory
 
com.nostra13.universalimageloader.cache.memory.impl - package com.nostra13.universalimageloader.cache.memory.impl
 
com.nostra13.universalimageloader.core - package com.nostra13.universalimageloader.core
 
com.nostra13.universalimageloader.core.assist - package com.nostra13.universalimageloader.core.assist
 
com.nostra13.universalimageloader.core.assist.deque - package com.nostra13.universalimageloader.core.assist.deque
 
com.nostra13.universalimageloader.core.display - package com.nostra13.universalimageloader.core.display
 
com.nostra13.universalimageloader.core.download - package com.nostra13.universalimageloader.core.download
 
com.nostra13.universalimageloader.core.process - package com.nostra13.universalimageloader.core.process
 
com.nostra13.universalimageloader.utils - package com.nostra13.universalimageloader.utils
 
connectTimeout - Variable in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
 
contains(Object) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Returns true if this deque contains the specified element.
contains(Object) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Returns true if this deque contains the specified element.
contains(Object) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Returns true if this deque contains the specified element.
context - Variable in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
 
copyStream(InputStream, OutputStream) - Static method in class com.nostra13.universalimageloader.utils.IoUtils
 
createBitmapDisplayer() - Static method in class com.nostra13.universalimageloader.core.DefaultConfigurationFactory
Create default implementation of BitmapDisplayer
createDefault(Context) - Static method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration
Creates default configuration for ImageLoader
Default values: maxImageWidthForMemoryCache = device's screen width maxImageHeightForMemoryCache = device's screen height maxImageWidthForDiscCache = unlimited maxImageHeightForDiscCache = unlimited threadPoolSize = this threadPriority = this allow to cache different sizes of image in memory memoryCache = UsingFreqLimitedCache with limited memory cache size ( this bytes) discCache = UnlimitedDiscCache imageDownloader = DefaultConfigurationFactory.createImageDownloader(Context) discCacheFileNameGenerator = DefaultConfigurationFactory.createFileNameGenerator() defaultDisplayImageOptions = Simple options tasksProcessingOrder = QueueProcessingType.FIFO detailed logging disabled
createDiscCache(Context, FileNameGenerator, int, int) - Static method in class com.nostra13.universalimageloader.core.DefaultConfigurationFactory
Create default implementation of DisckCacheAware depends on incoming parameters
createFileNameGenerator() - Static method in class com.nostra13.universalimageloader.core.DefaultConfigurationFactory
Create default implementation of FileNameGenerator
createFuzzyKeyComparator() - Static method in class com.nostra13.universalimageloader.core.assist.MemoryCacheUtil
 
createImageDownloader(Context) - Static method in class com.nostra13.universalimageloader.core.DefaultConfigurationFactory
Create default implementation of ImageDownloader - BaseImageDownloader
createMemoryCache(int, boolean) - Static method in class com.nostra13.universalimageloader.core.DefaultConfigurationFactory
Create default implementation of MemoryCacheAware depends on incoming parameters
createReference(V) - Method in class com.nostra13.universalimageloader.cache.memory.BaseMemoryCache
Creates not strong reference of value
createReference(Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.FIFOLimitedMemoryCache
 
createReference(Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LargestLimitedMemoryCache
 
createReference(Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LRULimitedMemoryCache
 
createReference(Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.UsingFreqLimitedMemoryCache
 
createReference(Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.WeakMemoryCache
 
createSimple() - Static method in class com.nostra13.universalimageloader.core.DisplayImageOptions
Creates options appropriate for single displaying: View will not be reset before loading Loaded image will not be cached in memory Loaded image will not be cached on disc ImageScaleType.IN_SAMPLE_POWER_OF_2 decoding type will be used Bitmap.Config#ARGB_8888 bitmap config will be used for image decoding SimpleBitmapDisplayer will be used for image displaying These option are appropriate for simple single-use image (from drawables or from Internet) displaying.

D

d(String, Object...) - Static method in class com.nostra13.universalimageloader.utils.L
 
DEFAULT_HTTP_CONNECT_TIMEOUT - Static variable in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
5000
DEFAULT_HTTP_READ_TIMEOUT - Static variable in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
20000
DEFAULT_MEMORY_CACHE_SIZE - Static variable in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
2097152
DEFAULT_THREAD_POOL_SIZE - Static variable in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
3
DEFAULT_THREAD_PRIORITY - Static variable in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
4
DefaultConfigurationFactory - Class in com.nostra13.universalimageloader.core
Factory for providing of default options for configuration
DefaultConfigurationFactory() - Constructor for class com.nostra13.universalimageloader.core.DefaultConfigurationFactory
 
defaultDisplayImageOptions(DisplayImageOptions) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets default display image options for image displaying.
delayBeforeLoading(int) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Sets delay time before starting loading task.
denyCacheImageMultipleSizesInMemory() - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
When you display an image in a small ImageView and later you try to display this image (from identical URI) in a larger ImageView so decoded image of bigger size will be cached in memory as a previous decoded image of smaller size.
Deque<E> - Interface in com.nostra13.universalimageloader.core.assist.deque
A linear collection that supports element insertion and removal at both ends.
descendingIterator() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Returns an iterator over the elements in this deque in reverse sequential order.
descendingIterator() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Returns an iterator over the elements in this deque in reverse sequential order.
discCache(DiscCacheAware) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets disc cache for images.
DiscCacheAware - Interface in com.nostra13.universalimageloader.cache.disc
Interface for disc cache
discCacheExtraOptions(int, int, Bitmap.CompressFormat, int) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets options for resizing/compressing of downloaded images before saving to disc cache.
discCacheFileCount(int) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets maximum file count in disc cache directory.
discCacheFileNameGenerator(FileNameGenerator) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets name generator for files cached in disc cache.
discCacheSize(int) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets maximum disc cache size for images (in bytes).
DiscCacheUtil - Class in com.nostra13.universalimageloader.core.assist
Utility for convenient work with disc cache.
display(Bitmap, ImageView) - Method in interface com.nostra13.universalimageloader.core.display.BitmapDisplayer
Display bitmap in ImageView.
display(Bitmap, ImageView) - Method in class com.nostra13.universalimageloader.core.display.FadeInBitmapDisplayer
 
display(Bitmap, ImageView) - Method in class com.nostra13.universalimageloader.core.display.FakeBitmapDisplayer
 
display(Bitmap, ImageView) - Method in class com.nostra13.universalimageloader.core.display.RoundedBitmapDisplayer
 
display(Bitmap, ImageView) - Method in class com.nostra13.universalimageloader.core.display.SimpleBitmapDisplayer
 
displayer(BitmapDisplayer) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Sets custom displayer for image loading task.
displayImage(String, ImageView) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Adds display image task to execution pool.
displayImage(String, ImageView, DisplayImageOptions) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Adds display image task to execution pool.
displayImage(String, ImageView, ImageLoadingListener) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Adds display image task to execution pool.
displayImage(String, ImageView, DisplayImageOptions, ImageLoadingListener) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Adds display image task to execution pool.
DisplayImageOptions - Class in com.nostra13.universalimageloader.core
Contains options for image display.
DisplayImageOptions.Builder - Class in com.nostra13.universalimageloader.core
Builder for DisplayImageOptions
DisplayImageOptions.Builder() - Constructor for class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
 
drainTo(Collection<? super E>) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
drainTo(Collection<? super E>, int) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 

E

e(Throwable) - Static method in class com.nostra13.universalimageloader.utils.L
 
e(String, Object...) - Static method in class com.nostra13.universalimageloader.utils.L
 
e(Throwable, String, Object...) - Static method in class com.nostra13.universalimageloader.utils.L
 
element() - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque).
element() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque.
enableLogging() - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Enabled detail logging of ImageLoader work
extraForDownloader(Object) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Sets auxiliary object which will be passed to ImageDownloader.getStream(java.net.URI, Object)

F

FadeInBitmapDisplayer - Class in com.nostra13.universalimageloader.core.display
Displays image with "fade in" animation
FadeInBitmapDisplayer(int) - Constructor for class com.nostra13.universalimageloader.core.display.FadeInBitmapDisplayer
 
FailReason - Enum in com.nostra13.universalimageloader.core.assist
Presents the reason why image loading and displaying was failed
FakeBitmapDisplayer - Class in com.nostra13.universalimageloader.core.display
Fake displayer which doesn't display Bitmap in ImageView.
FakeBitmapDisplayer() - Constructor for class com.nostra13.universalimageloader.core.display.FakeBitmapDisplayer
 
FIFOLimitedMemoryCache - Class in com.nostra13.universalimageloader.cache.memory.impl
Limited bitmap cache.
FIFOLimitedMemoryCache(int) - Constructor for class com.nostra13.universalimageloader.cache.memory.impl.FIFOLimitedMemoryCache
 
FileCountLimitedDiscCache - Class in com.nostra13.universalimageloader.cache.disc.impl
Disc cache limited by file count.
FileCountLimitedDiscCache(File, int) - Constructor for class com.nostra13.universalimageloader.cache.disc.impl.FileCountLimitedDiscCache
 
FileCountLimitedDiscCache(File, FileNameGenerator, int) - Constructor for class com.nostra13.universalimageloader.cache.disc.impl.FileCountLimitedDiscCache
 
FileNameGenerator - Interface in com.nostra13.universalimageloader.cache.disc.naming
Generates names for files at disc cache
findCachedBitmapsForImageUri(String, MemoryCacheAware<String, Bitmap>) - Static method in class com.nostra13.universalimageloader.core.assist.MemoryCacheUtil
Searches all bitmaps in memory cache which are corresponded to incoming URI.
findCacheKeysForImageUri(String, MemoryCacheAware<String, Bitmap>) - Static method in class com.nostra13.universalimageloader.core.assist.MemoryCacheUtil
Searches all keys in memory cache which are corresponded to incoming URI.
findInCache(String, DiscCacheAware) - Static method in class com.nostra13.universalimageloader.core.assist.DiscCacheUtil
Returns File of cached image or null if image was not cached in disc cache
FlushedInputStream - Class in com.nostra13.universalimageloader.core.assist
Many streams obtained over slow connection show FlushedInputStream(InputStream) - Constructor for class com.nostra13.universalimageloader.core.assist.FlushedInputStream
 
fromImageView(ImageView) - Static method in enum com.nostra13.universalimageloader.core.assist.ViewScaleType
 
FuzzyKeyMemoryCache<K,V> - Class in com.nostra13.universalimageloader.cache.memory.impl
Decorator for MemoryCacheAware.
FuzzyKeyMemoryCache(MemoryCacheAware<K, V>, Comparator<K>) - Constructor for class com.nostra13.universalimageloader.cache.memory.impl.FuzzyKeyMemoryCache
 

G

generate(String) - Method in interface com.nostra13.universalimageloader.cache.disc.naming.FileNameGenerator
Generates unique file name for image defined by URI
generate(String) - Method in class com.nostra13.universalimageloader.cache.disc.naming.HashCodeFileNameGenerator
 
generate(String) - Method in class com.nostra13.universalimageloader.cache.disc.naming.Md5FileNameGenerator
 
generateKey(String, ImageSize) - Static method in class com.nostra13.universalimageloader.core.assist.MemoryCacheUtil
Generates key for memory cache for incoming image (URI + size).
get(String) - Method in class com.nostra13.universalimageloader.cache.disc.BaseDiscCache
 
get(String) - Method in interface com.nostra13.universalimageloader.cache.disc.DiscCacheAware
Returns file object appropriate incoming key.
get(String) - Method in class com.nostra13.universalimageloader.cache.disc.impl.LimitedAgeDiscCache
 
get(String) - Method in class com.nostra13.universalimageloader.cache.disc.LimitedDiscCache
 
get(K) - Method in class com.nostra13.universalimageloader.cache.memory.BaseMemoryCache
 
get(K) - Method in class com.nostra13.universalimageloader.cache.memory.impl.FuzzyKeyMemoryCache
 
get(K) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LimitedAgeMemoryCache
 
get(String) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LRULimitedMemoryCache
 
get(String) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache
Returns the Bitmap for key if it exists in the cache.
get(String) - Method in class com.nostra13.universalimageloader.cache.memory.impl.UsingFreqLimitedMemoryCache
 
get(K) - Method in interface com.nostra13.universalimageloader.cache.memory.MemoryCacheAware
Returns value by key.
getCacheDirectory(Context) - Static method in class com.nostra13.universalimageloader.utils.StorageUtils
Returns application cache directory.
getDiscCache() - Method in class com.nostra13.universalimageloader.core.ImageLoader
Returns disc cache
getFirst() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves, but does not remove, the first element of this deque.
getFirst() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
getHeight() - Method in class com.nostra13.universalimageloader.core.assist.ImageSize
 
getIndividualCacheDirectory(Context) - Static method in class com.nostra13.universalimageloader.utils.StorageUtils
Returns individual application cache directory (for only image caching from ImageLoader).
getInstance() - Static method in class com.nostra13.universalimageloader.core.ImageLoader
Returns singleton class instance
getLast() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves, but does not remove, the last element of this deque.
getLast() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
getLoadingUriForView(ImageView) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Returns URI of image which is loading at this moment into passed ImageView
getMemoryCache() - Method in class com.nostra13.universalimageloader.core.ImageLoader
Returns memory cache
getOwnCacheDirectory(Context, String) - Static method in class com.nostra13.universalimageloader.utils.StorageUtils
Returns specified application cache directory.
getSize(File) - Method in class com.nostra13.universalimageloader.cache.disc.impl.FileCountLimitedDiscCache
 
getSize(File) - Method in class com.nostra13.universalimageloader.cache.disc.impl.TotalSizeLimitedDiscCache
 
getSize(File) - Method in class com.nostra13.universalimageloader.cache.disc.LimitedDiscCache
 
getSize(Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.FIFOLimitedMemoryCache
 
getSize(Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LargestLimitedMemoryCache
 
getSize(Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LRULimitedMemoryCache
 
getSize(Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.UsingFreqLimitedMemoryCache
 
getSize(V) - Method in class com.nostra13.universalimageloader.cache.memory.LimitedMemoryCache
 
getSizeLimit() - Method in class com.nostra13.universalimageloader.cache.memory.LimitedMemoryCache
 
getStream(URI, Object) - Method in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
 
getStream(URI, Object) - Method in interface com.nostra13.universalimageloader.core.download.ImageDownloader
Retrieves InputStream of image by URI.
getStream(URI, Object) - Method in class com.nostra13.universalimageloader.core.download.NetworkDeniedImageDownloader
 
getStream(URI, Object) - Method in class com.nostra13.universalimageloader.core.download.SlowNetworkImageDownloader
 
getStreamFromAssets(URI, Object) - Method in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
Retrieves InputStream of image by URI (image is located in assets of application).
getStreamFromContent(URI, Object) - Method in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
Retrieves InputStream of image by URI (image is accessed using ContentResolver).
getStreamFromDrawable(URI, Object) - Method in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
Retrieves InputStream of image by URI (image is located in drawable resources of application).
getStreamFromFile(URI, Object) - Method in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
Retrieves InputStream of image by URI (image is located on the local file system or SD card).
getStreamFromNetwork(URI, Object) - Method in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
Retrieves InputStream of image by URI (image is located in the network).
getStreamFromNetwork(URI, Object) - Method in class com.nostra13.universalimageloader.core.download.HttpClientImageDownloader
 
getStreamFromOtherSource(URI, Object) - Method in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
Retrieves InputStream of image by URI from other source with unsupported scheme.
getWidth() - Method in class com.nostra13.universalimageloader.core.assist.ImageSize
 

H

HashCodeFileNameGenerator - Class in com.nostra13.universalimageloader.cache.disc.naming
Names image file as image URI hashcode
HashCodeFileNameGenerator() - Constructor for class com.nostra13.universalimageloader.cache.disc.naming.HashCodeFileNameGenerator
 
HttpClientImageDownloader - Class in com.nostra13.universalimageloader.core.download
Implementation of ImageDownloader which uses HttpClient for image stream retrieving.
HttpClientImageDownloader(Context, HttpClient) - Constructor for class com.nostra13.universalimageloader.core.download.HttpClientImageDownloader
 

I

i(String, Object...) - Static method in class com.nostra13.universalimageloader.utils.L
 
ImageDownloader - Interface in com.nostra13.universalimageloader.core.download
Provides retrieving of InputStream of image by URI.
imageDownloader(ImageDownloader) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets utility which will be responsible for downloading of image.
ImageLoader - Class in com.nostra13.universalimageloader.core
Singletone for image loading and displaying at ImageViews
NOTE: ImageLoader.init(ImageLoaderConfiguration) method must be called before any other method.
ImageLoader() - Constructor for class com.nostra13.universalimageloader.core.ImageLoader
 
ImageLoaderConfiguration - Class in com.nostra13.universalimageloader.core
Presents configuration for ImageLoader
ImageLoaderConfiguration.Builder - Class in com.nostra13.universalimageloader.core
Builder for ImageLoaderConfiguration
ImageLoaderConfiguration.Builder(Context) - Constructor for class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
 
ImageLoadingListener - Interface in com.nostra13.universalimageloader.core.assist
Listener for image loading process.
ImageScaleType - Enum in com.nostra13.universalimageloader.core.assist
Type of image scaling during decoding.
imageScaleType(ImageScaleType) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Sets decoding type for image loading task.
ImageSize - Class in com.nostra13.universalimageloader.core.assist
Present width and height values
ImageSize(int, int) - Constructor for class com.nostra13.universalimageloader.core.assist.ImageSize
 
init(ImageLoaderConfiguration) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Initializes ImageLoader's singleton instance with configuration.
IoUtils - Class in com.nostra13.universalimageloader.utils
Provides I/O operations
isInited() - Method in class com.nostra13.universalimageloader.core.ImageLoader
Returns true - if ImageLoader is initialized with configuration; false - otherwise
iterator() - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Returns an iterator over the elements in this deque in proper sequence.
iterator() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Returns an iterator over the elements in this deque in proper sequence.

K

keys() - Method in class com.nostra13.universalimageloader.cache.memory.BaseMemoryCache
 
keys() - Method in class com.nostra13.universalimageloader.cache.memory.impl.FuzzyKeyMemoryCache
 
keys() - Method in class com.nostra13.universalimageloader.cache.memory.impl.LimitedAgeMemoryCache
 
keys() - Method in class com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache
 
keys() - Method in interface com.nostra13.universalimageloader.cache.memory.MemoryCacheAware
Returns all keys of cache

L

L - Class in com.nostra13.universalimageloader.utils
"Less-word" analog of Android logger
LargestLimitedMemoryCache - Class in com.nostra13.universalimageloader.cache.memory.impl
Limited bitmap cache.
LargestLimitedMemoryCache(int) - Constructor for class com.nostra13.universalimageloader.cache.memory.impl.LargestLimitedMemoryCache
 
LIFOLinkedBlockingDeque<T> - Class in com.nostra13.universalimageloader.core.assist.deque
LinkedBlockingDeque using LIFO algorithm
LIFOLinkedBlockingDeque() - Constructor for class com.nostra13.universalimageloader.core.assist.deque.LIFOLinkedBlockingDeque
 
LimitedAgeDiscCache - Class in com.nostra13.universalimageloader.cache.disc.impl
Cache which deletes files which were loaded more than defined time.
LimitedAgeDiscCache(File, long) - Constructor for class com.nostra13.universalimageloader.cache.disc.impl.LimitedAgeDiscCache
 
LimitedAgeDiscCache(File, FileNameGenerator, long) - Constructor for class com.nostra13.universalimageloader.cache.disc.impl.LimitedAgeDiscCache
 
LimitedAgeMemoryCache<K,V> - Class in com.nostra13.universalimageloader.cache.memory.impl
Decorator for MemoryCacheAware.
LimitedAgeMemoryCache(MemoryCacheAware<K, V>, long) - Constructor for class com.nostra13.universalimageloader.cache.memory.impl.LimitedAgeMemoryCache
 
LimitedDiscCache - Class in com.nostra13.universalimageloader.cache.disc
Abstract disc cache limited by some parameter.
LimitedDiscCache(File, int) - Constructor for class com.nostra13.universalimageloader.cache.disc.LimitedDiscCache
 
LimitedDiscCache(File, FileNameGenerator, int) - Constructor for class com.nostra13.universalimageloader.cache.disc.LimitedDiscCache
 
LimitedMemoryCache<K,V> - Class in com.nostra13.universalimageloader.cache.memory
Limited cache.
LimitedMemoryCache(int) - Constructor for class com.nostra13.universalimageloader.cache.memory.LimitedMemoryCache
 
LinkedBlockingDeque<E> - Class in com.nostra13.universalimageloader.core.assist.deque
An optionally-bounded blocking deque based on linked nodes.
LinkedBlockingDeque() - Constructor for class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE.
LinkedBlockingDeque(int) - Constructor for class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Creates a LinkedBlockingDeque with the given (fixed) capacity.
LinkedBlockingDeque(Collection<? extends E>) - Constructor for class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Creates a LinkedBlockingDeque with a capacity of Integer.MAX_VALUE, initially containing the elements of the given collection, added in traversal order of the collection's iterator.
loadImage(String, ImageLoadingListener) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Adds load image task to execution pool.
loadImage(String, ImageSize, ImageLoadingListener) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Adds load image task to execution pool.
loadImage(String, DisplayImageOptions, ImageLoadingListener) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Adds load image task to execution pool.
loadImage(String, ImageSize, DisplayImageOptions, ImageLoadingListener) - Method in class com.nostra13.universalimageloader.core.ImageLoader
Adds load image task to execution pool.
LRULimitedMemoryCache - Class in com.nostra13.universalimageloader.cache.memory.impl
Limited bitmap cache.
LRULimitedMemoryCache(int) - Constructor for class com.nostra13.universalimageloader.cache.memory.impl.LRULimitedMemoryCache
 
LruMemoryCache - Class in com.nostra13.universalimageloader.cache.memory.impl
A cache that holds strong references to a limited number of Bitmaps.
LruMemoryCache(int) - Constructor for class com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache
 

M

Md5FileNameGenerator - Class in com.nostra13.universalimageloader.cache.disc.naming
Names image file as MD5 hash of image URI
Md5FileNameGenerator() - Constructor for class com.nostra13.universalimageloader.cache.disc.naming.Md5FileNameGenerator
 
memoryCache(MemoryCacheAware<String, Bitmap>) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets memory cache for bitmaps.
MemoryCacheAware<K,V> - Interface in com.nostra13.universalimageloader.cache.memory
Interface for memory cache
memoryCacheExtraOptions(int, int) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets options for memory cache
memoryCacheSize(int) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets maximum memory cache size for bitmaps (in bytes).
MemoryCacheUtil - Class in com.nostra13.universalimageloader.core.assist
Utility for generating of keys for memory cache, key comparing and other work with memory cache

N

NetworkDeniedImageDownloader - Class in com.nostra13.universalimageloader.core.download
Decorator.
NetworkDeniedImageDownloader(ImageDownloader) - Constructor for class com.nostra13.universalimageloader.core.download.NetworkDeniedImageDownloader
 

O

offer(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offer(E, long, TimeUnit) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque), waiting up to the specified wait time if necessary for space to become available.
offer(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offer(T) - Method in class com.nostra13.universalimageloader.core.assist.deque.LIFOLinkedBlockingDeque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offer(E) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
offer(E, long, TimeUnit) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
offerFirst(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element at the front of this deque if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offerFirst(E, long, TimeUnit) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element at the front of this deque, waiting up to the specified wait time if necessary for space to become available.
offerFirst(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Inserts the specified element at the front of this deque unless it would violate capacity restrictions.
offerFirst(E) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
offerFirst(E, long, TimeUnit) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
offerLast(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element at the end of this deque if it is possible to do so immediately without violating capacity restrictions, returning true upon success and false if no space is currently available.
offerLast(E, long, TimeUnit) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element at the end of this deque, waiting up to the specified wait time if necessary for space to become available.
offerLast(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Inserts the specified element at the end of this deque unless it would violate capacity restrictions.
offerLast(E) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
offerLast(E, long, TimeUnit) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
offOutOfMemoryHandling() - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
ImageLoader try clean memory and re-display image it self when OutOfMemoryError occurs.
onLoadingCancelled(String, View) - Method in interface com.nostra13.universalimageloader.core.assist.ImageLoadingListener
Is called when image loading task was cancelled because View for image was reused in newer task
onLoadingCancelled(String, View) - Method in class com.nostra13.universalimageloader.core.assist.SimpleImageLoadingListener
 
onLoadingComplete(String, View, Bitmap) - Method in interface com.nostra13.universalimageloader.core.assist.ImageLoadingListener
Is called when image is loaded successfully (and displayed in View if one was specified)
onLoadingComplete(String, View, Bitmap) - Method in class com.nostra13.universalimageloader.core.assist.SimpleImageLoadingListener
 
onLoadingFailed(String, View, FailReason) - Method in interface com.nostra13.universalimageloader.core.assist.ImageLoadingListener
Is called when an error was occurred during image loading
onLoadingFailed(String, View, FailReason) - Method in class com.nostra13.universalimageloader.core.assist.SimpleImageLoadingListener
 
onLoadingStarted(String, View) - Method in interface com.nostra13.universalimageloader.core.assist.ImageLoadingListener
Is called when image loading task was started
onLoadingStarted(String, View) - Method in class com.nostra13.universalimageloader.core.assist.SimpleImageLoadingListener
 
onScroll(AbsListView, int, int, int) - Method in class com.nostra13.universalimageloader.core.assist.PauseOnScrollListener
 
onScrollStateChanged(AbsListView, int) - Method in class com.nostra13.universalimageloader.core.assist.PauseOnScrollListener
 

P

pause() - Method in class com.nostra13.universalimageloader.core.ImageLoader
Pause ImageLoader.
PauseOnScrollListener - Class in com.nostra13.universalimageloader.core.assist
Listener-helper for list views (ListView, GridView) which can pause ImageLoader's tasks while list view is scrolling (touch scrolling and/or fling).
PauseOnScrollListener(ImageLoader, boolean, boolean) - Constructor for class com.nostra13.universalimageloader.core.assist.PauseOnScrollListener
Constructor
PauseOnScrollListener(ImageLoader, boolean, boolean, AbsListView.OnScrollListener) - Constructor for class com.nostra13.universalimageloader.core.assist.PauseOnScrollListener
Constructor
peek() - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves, but does not remove, the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
peek() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
peekFirst() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves, but does not remove, the first element of this deque, or returns null if this deque is empty.
peekFirst() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
peekLast() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves, but does not remove, the last element of this deque, or returns null if this deque is empty.
peekLast() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
poll() - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll(long, TimeUnit) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting up to the specified wait time if necessary for an element to become available.
poll() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), or returns null if this deque is empty.
poll() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
poll(long, TimeUnit) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
pollFirst(long, TimeUnit) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Retrieves and removes the first element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollFirst() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves and removes the first element of this deque, or returns null if this deque is empty.
pollFirst() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
pollFirst(long, TimeUnit) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
pollLast(long, TimeUnit) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Retrieves and removes the last element of this deque, waiting up to the specified wait time if necessary for an element to become available.
pollLast() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves and removes the last element of this deque, or returns null if this deque is empty.
pollLast() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
pollLast(long, TimeUnit) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
pop() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Pops an element from the stack represented by this deque.
pop() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
postProcessor(BitmapProcessor) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Sets bitmap processor which will be process bitmaps before they will be displayed in ImageView but after they'll have been saved in memory cache.
preProcessor(BitmapProcessor) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Sets bitmap processor which will be process bitmaps before they will be cached in memory.
process(Bitmap) - Method in interface com.nostra13.universalimageloader.core.process.BitmapProcessor
Makes some processing of incoming bitmap.
push(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Pushes an element onto the stack represented by this deque.
push(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Pushes an element onto the stack represented by this deque (in other words, at the head of this deque) if it is possible to do so immediately without violating capacity restrictions, returning true upon success and throwing an IllegalStateException if no space is currently available.
push(E) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
put(String, File) - Method in interface com.nostra13.universalimageloader.cache.disc.DiscCacheAware
This method must not to save file on file system in fact.
put(String, File) - Method in class com.nostra13.universalimageloader.cache.disc.impl.LimitedAgeDiscCache
 
put(String, File) - Method in class com.nostra13.universalimageloader.cache.disc.impl.UnlimitedDiscCache
 
put(String, File) - Method in class com.nostra13.universalimageloader.cache.disc.LimitedDiscCache
 
put(K, V) - Method in class com.nostra13.universalimageloader.cache.memory.BaseMemoryCache
 
put(String, Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.FIFOLimitedMemoryCache
 
put(K, V) - Method in class com.nostra13.universalimageloader.cache.memory.impl.FuzzyKeyMemoryCache
 
put(String, Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LargestLimitedMemoryCache
 
put(K, V) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LimitedAgeMemoryCache
 
put(String, Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LRULimitedMemoryCache
 
put(String, Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache
Caches Bitmap for key.
put(String, Bitmap) - Method in class com.nostra13.universalimageloader.cache.memory.impl.UsingFreqLimitedMemoryCache
 
put(K, V) - Method in class com.nostra13.universalimageloader.cache.memory.LimitedMemoryCache
 
put(K, V) - Method in interface com.nostra13.universalimageloader.cache.memory.MemoryCacheAware
Puts value into cache by key
put(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element into the queue represented by this deque (in other words, at the tail of this deque), waiting if necessary for space to become available.
put(E) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
putFirst(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element at the front of this deque, waiting if necessary for space to become available.
putFirst(E) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
putLast(E) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Inserts the specified element at the end of this deque, waiting if necessary for space to become available.
putLast(E) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 

Q

QueueProcessingType - Enum in com.nostra13.universalimageloader.core.assist
Queue processing type which will be used for display task processing

R

readTimeout - Variable in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
 
remainingCapacity() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Returns the number of additional elements that this deque can ideally (in the absence of memory or resource constraints) accept without blocking.
remove(K) - Method in class com.nostra13.universalimageloader.cache.memory.BaseMemoryCache
 
remove(String) - Method in class com.nostra13.universalimageloader.cache.memory.impl.FIFOLimitedMemoryCache
 
remove(K) - Method in class com.nostra13.universalimageloader.cache.memory.impl.FuzzyKeyMemoryCache
 
remove(String) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LargestLimitedMemoryCache
 
remove(K) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LimitedAgeMemoryCache
 
remove(String) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LRULimitedMemoryCache
 
remove(String) - Method in class com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache
Removes the entry for key if it exists.
remove(String) - Method in class com.nostra13.universalimageloader.cache.memory.impl.UsingFreqLimitedMemoryCache
 
remove(K) - Method in class com.nostra13.universalimageloader.cache.memory.LimitedMemoryCache
 
remove(K) - Method in interface com.nostra13.universalimageloader.cache.memory.MemoryCacheAware
Removes item by key
remove() - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Removes the first occurrence of the specified element from this deque.
remove() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque).
remove(Object) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Removes the first occurrence of the specified element from this deque.
remove() - Method in class com.nostra13.universalimageloader.core.assist.deque.LIFOLinkedBlockingDeque
Retrieves and removes the first element of this deque.
remove() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Retrieves and removes the head of the queue represented by this deque.
remove(Object) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Removes the first occurrence of the specified element from this deque.
removeFirst() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves and removes the first element of this deque.
removeFirst() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
removeFirstOccurrence(Object) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Removes the first occurrence of the specified element from this deque.
removeFirstOccurrence(Object) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
removeFromCache(String, DiscCacheAware) - Static method in class com.nostra13.universalimageloader.core.assist.DiscCacheUtil
Removed cached image file from disc cache (if image was cached in disc cache before)
removeFromCache(String, MemoryCacheAware<String, Bitmap>) - Static method in class com.nostra13.universalimageloader.core.assist.MemoryCacheUtil
Removes from memory cache all images for incoming URI.
removeLast() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Retrieves and removes the last element of this deque.
removeLast() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
removeLastOccurrence(Object) - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Removes the last occurrence of the specified element from this deque.
removeLastOccurrence(Object) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
removeNext() - Method in class com.nostra13.universalimageloader.cache.memory.impl.FIFOLimitedMemoryCache
 
removeNext() - Method in class com.nostra13.universalimageloader.cache.memory.impl.LargestLimitedMemoryCache
 
removeNext() - Method in class com.nostra13.universalimageloader.cache.memory.impl.LRULimitedMemoryCache
 
removeNext() - Method in class com.nostra13.universalimageloader.cache.memory.impl.UsingFreqLimitedMemoryCache
 
removeNext() - Method in class com.nostra13.universalimageloader.cache.memory.LimitedMemoryCache
 
resetViewBeforeLoading() - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
ImageView will be reset (set null) before image loading start
resume() - Method in class com.nostra13.universalimageloader.core.ImageLoader
Resumes waiting "load&display" tasks
roundCorners(Bitmap, ImageView, int) - Static method in class com.nostra13.universalimageloader.core.display.RoundedBitmapDisplayer
Process incoming Bitmap to make rounded corners according to target ImageView.
RoundedBitmapDisplayer - Class in com.nostra13.universalimageloader.core.display
Displays bitmap with rounded corners.
RoundedBitmapDisplayer(int) - Constructor for class com.nostra13.universalimageloader.core.display.RoundedBitmapDisplayer
 

S

SCHEME_ASSETS - Static variable in interface com.nostra13.universalimageloader.core.download.ImageDownloader
"assets"
SCHEME_ASSETS_PREFIX - Static variable in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
"assets://"
SCHEME_CONTENT - Static variable in interface com.nostra13.universalimageloader.core.download.ImageDownloader
"content"
SCHEME_DRAWABLE - Static variable in interface com.nostra13.universalimageloader.core.download.ImageDownloader
"drawable"
SCHEME_DRAWABLE_PREFIX - Static variable in class com.nostra13.universalimageloader.core.download.BaseImageDownloader
"drawable://"
SCHEME_FILE - Static variable in interface com.nostra13.universalimageloader.core.download.ImageDownloader
"file"
SCHEME_HTTP - Static variable in interface com.nostra13.universalimageloader.core.download.ImageDownloader
"http"
SCHEME_HTTPS - Static variable in interface com.nostra13.universalimageloader.core.download.ImageDownloader
"https"
showImageForEmptyUri(int) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Incoming image will be displayed in ImageView if empty URI (null or empty string) will be passed to ImageLoader.displayImage(...)
showImageOnFail(int) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Incoming image will be displayed in ImageView if some error occurs during requested image loading/decoding.
showStubImage(int) - Method in class com.nostra13.universalimageloader.core.DisplayImageOptions.Builder
Stub image will be displayed in ImageView during image loading
SimpleBitmapDisplayer - Class in com.nostra13.universalimageloader.core.display
Just displays Bitmap in ImageView
SimpleBitmapDisplayer() - Constructor for class com.nostra13.universalimageloader.core.display.SimpleBitmapDisplayer
 
SimpleImageLoadingListener - Class in com.nostra13.universalimageloader.core.assist
A convenient class to extend when you only want to listen for a subset of all the image loading events.
SimpleImageLoadingListener() - Constructor for class com.nostra13.universalimageloader.core.assist.SimpleImageLoadingListener
 
size() - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Returns the number of elements in this deque.
size() - Method in interface com.nostra13.universalimageloader.core.assist.deque.Deque
Returns the number of elements in this deque.
size() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Returns the number of elements in this deque.
skip(long) - Method in class com.nostra13.universalimageloader.core.assist.FlushedInputStream
 
SlowNetworkImageDownloader - Class in com.nostra13.universalimageloader.core.download
Decorator.
SlowNetworkImageDownloader(ImageDownloader) - Constructor for class com.nostra13.universalimageloader.core.download.SlowNetworkImageDownloader
 
stop() - Method in class com.nostra13.universalimageloader.core.ImageLoader
Stops all running display image tasks, discards all other scheduled tasks
StorageUtils - Class in com.nostra13.universalimageloader.utils
Provides application storage paths

T

TAG - Static variable in class com.nostra13.universalimageloader.core.ImageLoader
 
take() - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Retrieves and removes the head of the queue represented by this deque (in other words, the first element of this deque), waiting if necessary until an element becomes available.
take() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
takeFirst() - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Retrieves and removes the first element of this deque, waiting if necessary until an element becomes available.
takeFirst() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
takeLast() - Method in interface com.nostra13.universalimageloader.core.assist.deque.BlockingDeque
Retrieves and removes the last element of this deque, waiting if necessary until an element becomes available.
takeLast() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
tasksProcessingOrder(QueueProcessingType) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets type of queue processing for tasks for loading and displaying images.
threadPoolSize(int) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets thread pool size for image display tasks.
threadPriority(int) - Method in class com.nostra13.universalimageloader.core.ImageLoaderConfiguration.Builder
Sets the priority for image loading threads.
toArray() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Returns an array containing all of the elements in this deque, in proper sequence (from first to last element).
toArray(T[]) - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
Returns an array containing all of the elements in this deque, in proper sequence; the runtime type of the returned array is that of the specified array.
toString() - Method in class com.nostra13.universalimageloader.cache.memory.impl.LruMemoryCache
 
toString() - Method in class com.nostra13.universalimageloader.core.assist.deque.LinkedBlockingDeque
 
toString() - Method in class com.nostra13.universalimageloader.core.assist.ImageSize
 
TotalSizeLimitedDiscCache - Class in com.nostra13.universalimageloader.cache.disc.impl
Disc cache limited by total cache size.
TotalSizeLimitedDiscCache(File, int) - Constructor for class com.nostra13.universalimageloader.cache.disc.impl.TotalSizeLimitedDiscCache
 
TotalSizeLimitedDiscCache(File, FileNameGenerator, int) - Constructor for class com.nostra13.universalimageloader.cache.disc.impl.TotalSizeLimitedDiscCache
 

U

UnlimitedDiscCache - Class in com.nostra13.universalimageloader.cache.disc.impl
Default implementation of disc cache.
UnlimitedDiscCache(File) - Constructor for class com.nostra13.universalimageloader.cache.disc.impl.UnlimitedDiscCache
 
UnlimitedDiscCache(File, FileNameGenerator) - Constructor for class com.nostra13.universalimageloader.cache.disc.impl.UnlimitedDiscCache
 
UsingFreqLimitedMemoryCache - Class in com.nostra13.universalimageloader.cache.memory.impl
Limited bitmap cache.
UsingFreqLimitedMemoryCache(int) - Constructor for class com.nostra13.universalimageloader.cache.memory.impl.UsingFreqLimitedMemoryCache
 

V

valueOf(String) - Static method in enum com.nostra13.universalimageloader.core.assist.FailReason
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nostra13.universalimageloader.core.assist.ImageScaleType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nostra13.universalimageloader.core.assist.QueueProcessingType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.nostra13.universalimageloader.core.assist.ViewScaleType
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.nostra13.universalimageloader.core.assist.FailReason
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nostra13.universalimageloader.core.assist.ImageScaleType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nostra13.universalimageloader.core.assist.QueueProcessingType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.nostra13.universalimageloader.core.assist.ViewScaleType
Returns an array containing the constants of this enum type, in the order they are declared.
ViewScaleType - Enum in com.nostra13.universalimageloader.core.assist
Simplify ImageView's scale type to 2 types: ViewScaleType.FIT_INSIDE and ViewScaleType.CROP

W

w(String, Object...) - Static method in class com.nostra13.universalimageloader.utils.L
 
WeakMemoryCache - Class in com.nostra13.universalimageloader.cache.memory.impl
Memory cache with weak references to bitmaps

NOTE: This cache uses only weak references for stored Bitmaps.
WeakMemoryCache() - Constructor for class com.nostra13.universalimageloader.cache.memory.impl.WeakMemoryCache
 

A B C D E F G H I K L M N O P Q R S T U V W

Copyright © 2011-2013. All Rights Reserved.