public abstract class AbstractDrawerImageLoader extends java.lang.Object implements DrawerImageLoader.IDrawerImageLoader
| Constructor and Description |
|---|
AbstractDrawerImageLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
cancel(android.widget.ImageView imageView) |
android.graphics.drawable.Drawable |
placeholder(android.content.Context ctx) |
android.graphics.drawable.Drawable |
placeholder(android.content.Context ctx,
java.lang.String tag) |
void |
set(android.widget.ImageView imageView,
android.net.Uri uri,
android.graphics.drawable.Drawable placeholder) |
void |
set(android.widget.ImageView imageView,
android.net.Uri uri,
android.graphics.drawable.Drawable placeholder,
java.lang.String tag) |
public void set(android.widget.ImageView imageView,
android.net.Uri uri,
android.graphics.drawable.Drawable placeholder)
set in interface DrawerImageLoader.IDrawerImageLoaderpublic void set(android.widget.ImageView imageView,
android.net.Uri uri,
android.graphics.drawable.Drawable placeholder,
java.lang.String tag)
set in interface DrawerImageLoader.IDrawerImageLoaderpublic void cancel(android.widget.ImageView imageView)
cancel in interface DrawerImageLoader.IDrawerImageLoaderpublic android.graphics.drawable.Drawable placeholder(android.content.Context ctx)
placeholder in interface DrawerImageLoader.IDrawerImageLoaderpublic android.graphics.drawable.Drawable placeholder(android.content.Context ctx,
java.lang.String tag)
placeholder in interface DrawerImageLoader.IDrawerImageLoadertag - current possible tags: "profile", "profileDrawerItem", "accountHeader"