|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of ImageAware in com.nostra13.universalimageloader.core |
---|
Methods in com.nostra13.universalimageloader.core with parameters of type ImageAware | |
---|---|
void |
ImageLoader.cancelDisplayTask(ImageAware imageAware)
Cancel the task of loading and displaying image for passed ImageAware . |
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware)
Adds display image task to execution pool. |
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware,
DisplayImageOptions options)
Adds display image task to execution pool. |
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware,
DisplayImageOptions options,
ImageLoadingListener listener)
Adds display image task to execution pool. |
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware,
DisplayImageOptions options,
ImageLoadingListener listener,
ImageLoadingProgressListener progressListener)
Adds display image task to execution pool. |
void |
ImageLoader.displayImage(String uri,
ImageAware imageAware,
ImageLoadingListener listener)
Adds display image task to execution pool. |
String |
ImageLoader.getLoadingUriForView(ImageAware imageAware)
Returns URI of image which is loading at this moment into passed ImageAware |
Uses of ImageAware in com.nostra13.universalimageloader.core.display |
---|
Methods in com.nostra13.universalimageloader.core.display with parameters of type ImageAware | |
---|---|
void |
SimpleBitmapDisplayer.display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom)
|
void |
RoundedVignetteBitmapDisplayer.display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom)
|
void |
RoundedBitmapDisplayer.display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom)
|
void |
FadeInBitmapDisplayer.display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom)
|
void |
BitmapDisplayer.display(android.graphics.Bitmap bitmap,
ImageAware imageAware,
LoadedFrom loadedFrom)
Displays bitmap in ImageAware . |
Uses of ImageAware in com.nostra13.universalimageloader.core.imageaware |
---|
Classes in com.nostra13.universalimageloader.core.imageaware that implement ImageAware | |
---|---|
class |
ImageViewAware
Wrapper for Android ImageView . |
class |
NonViewAware
ImageAware which provides needed info for processing of original image but do nothing for displaying image. |
class |
ViewAware
Wrapper for Android View . |
Uses of ImageAware in com.nostra13.universalimageloader.utils |
---|
Methods in com.nostra13.universalimageloader.utils with parameters of type ImageAware | |
---|---|
static ImageSize |
ImageSizeUtils.defineTargetSizeForView(ImageAware imageAware,
ImageSize maxImageSize)
Defines target size for image aware view. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |