public class AvatarHelper extends Object
| Modifier and Type | Field and Description |
|---|---|
static android.graphics.Bitmap |
mPlaceHolderBitmap |
| Constructor and Description |
|---|
AvatarHelper() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
cancelPotentialWork(tigase.jaxmpp.core.client.BareJID jid,
android.widget.ImageView imageView) |
static void |
clearAvatar(tigase.jaxmpp.core.client.BareJID jid) |
static android.graphics.Bitmap |
getAvatar(tigase.jaxmpp.core.client.BareJID jid) |
protected static BitmapWorkerTask |
getBitmapWorkerTask(android.widget.ImageView imageView) |
static void |
initilize(android.content.Context context_) |
protected static android.graphics.Bitmap |
loadAvatar(tigase.jaxmpp.core.client.BareJID jid) |
protected static android.graphics.Bitmap |
loadAvatar(tigase.jaxmpp.core.client.BareJID jid,
int size) |
static void |
setAvatarToImageView(tigase.jaxmpp.core.client.BareJID jid,
android.widget.ImageView imageView) |
static void |
setAvatarToImageView(tigase.jaxmpp.core.client.BareJID jid,
android.widget.ImageView imageView,
int size) |
public static boolean cancelPotentialWork(tigase.jaxmpp.core.client.BareJID jid,
android.widget.ImageView imageView)
public static void clearAvatar(tigase.jaxmpp.core.client.BareJID jid)
public static android.graphics.Bitmap getAvatar(tigase.jaxmpp.core.client.BareJID jid)
protected static BitmapWorkerTask getBitmapWorkerTask(android.widget.ImageView imageView)
public static void initilize(android.content.Context context_)
protected static android.graphics.Bitmap loadAvatar(tigase.jaxmpp.core.client.BareJID jid)
protected static android.graphics.Bitmap loadAvatar(tigase.jaxmpp.core.client.BareJID jid,
int size)
public static void setAvatarToImageView(tigase.jaxmpp.core.client.BareJID jid,
android.widget.ImageView imageView)
public static void setAvatarToImageView(tigase.jaxmpp.core.client.BareJID jid,
android.widget.ImageView imageView,
int size)
Copyright © 2016. All rights reserved.