Package | Description |
---|---|
com.nostra13.universalimageloader.core.assist | |
com.nostra13.universalimageloader.core.display |
Modifier and Type | Method and Description |
---|---|
static LoadedFrom |
LoadedFrom.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LoadedFrom[] |
LoadedFrom.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
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 . |
Copyright © 2011-2015. All Rights Reserved.