Uses of Class
com.nostra13.universalimageloader.core.assist.LoadedFrom

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
 android.graphics.Bitmap SimpleBitmapDisplayer.display(android.graphics.Bitmap bitmap, android.widget.ImageView imageView, LoadedFrom loadedFrom)
           
 android.graphics.Bitmap RoundedBitmapDisplayer.display(android.graphics.Bitmap bitmap, android.widget.ImageView imageView, LoadedFrom loadedFrom)
           
 android.graphics.Bitmap FakeBitmapDisplayer.display(android.graphics.Bitmap bitmap, android.widget.ImageView imageView, LoadedFrom loadedFrom)
           
 android.graphics.Bitmap FadeInBitmapDisplayer.display(android.graphics.Bitmap bitmap, android.widget.ImageView imageView, LoadedFrom loadedFrom)
           
 android.graphics.Bitmap BitmapDisplayer.display(android.graphics.Bitmap bitmap, android.widget.ImageView imageView, LoadedFrom loadedFrom)
          Display bitmap in ImageView.
 



Copyright © 2011-2013. All Rights Reserved.