|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use LoadedFrom | |
---|---|
com.nostra13.universalimageloader.core.assist | |
com.nostra13.universalimageloader.core.display |
Uses of LoadedFrom in com.nostra13.universalimageloader.core.assist |
---|
Methods in com.nostra13.universalimageloader.core.assist that return LoadedFrom | |
---|---|
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. |
Uses of LoadedFrom in com.nostra13.universalimageloader.core.display |
---|
Methods in com.nostra13.universalimageloader.core.display with parameters of type LoadedFrom | |
---|---|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |