Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
N
O
P
Q
R
S
T
U
V
W
S
sampleSize
- Variable in class com.xtremelabs.imageutils.
ScalingInfo
ScalingInfo
- Class in
com.xtremelabs.imageutils
ScalingInfo()
- Constructor for class com.xtremelabs.imageutils.
ScalingInfo
scalingPreference
- Variable in class com.xtremelabs.imageutils.
AbstractImageLoader.Options
The ImageLoader has the ability to automatically scale down images according to the bounds of the ImageView provided, or the bounds specified within this options object.
setDefaultOptions(AbstractImageLoader.Options)
- Method in class com.xtremelabs.imageutils.
AbstractImageLoader
The ImageLoader will default to the options provided here if no other options are provided.
setDiskCacheRange(int)
- Method in class com.xtremelabs.imageutils.
ImagePrecacheAssistant
Adjust the number of positions ahead of those that become cached in memory that will be cached on disk.
setDiskCacheSize(long)
- Method in class com.xtremelabs.imageutils.
DiskLRUCacher
setLastAccessTime(long)
- Method in class com.xtremelabs.imageutils.
FileEntry
setMaximumCacheSize(long)
- Method in class com.xtremelabs.imageutils.
AdvancedMemoryLRUCacher
setMaximumCacheSize(long)
- Method in interface com.xtremelabs.imageutils.
ImageMemoryCacherInterface
setMaximumDiskCacheSize(long)
- Method in class com.xtremelabs.imageutils.
AbstractImageLoader
Sets the maximum disk cache size.
setMaximumDiskCacheSize(long)
- Method in class com.xtremelabs.imageutils.
ImageCacher
setMaximumMemCacheSize(long)
- Method in class com.xtremelabs.imageutils.
AbstractImageLoader
Sets the maximum size of the memory cache in bytes.
WARNING: Setting the memory cache size value too high will result in OutOfMemory exceptions.
setMaximumMemCacheSize(long)
- Method in class com.xtremelabs.imageutils.
ImageCacher
setMemCacheRange(int)
- Method in class com.xtremelabs.imageutils.
ImagePrecacheAssistant
Adjust the number of positions ahead that become cached in both the disk and memory caches.
setNetworkRequestCreator(Context, NetworkRequestCreator)
- Static method in class com.xtremelabs.imageutils.
AbstractImageLoader
Allows the usage of custom network libraries.
setNetworkRequestCreator(NetworkRequestCreator)
- Method in class com.xtremelabs.imageutils.
ImageCacher
setOptions(AbstractImageLoader.Options)
- Method in class com.xtremelabs.imageutils.
ImagePrecacheAssistant.PrecacheRequest
size()
- Method in class com.xtremelabs.imageutils.
HashedQueue
stopLoadingImage(ImageView)
- Method in class com.xtremelabs.imageutils.
AbstractImageLoader
This call prevents any previous loadImage call from loading a Bitmap into the provided ImageView.
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
N
O
P
Q
R
S
T
U
V
W