public class BitmapWorkerTask extends android.os.AsyncTask<tigase.jaxmpp.core.client.BareJID,Void,android.graphics.Bitmap>
| Modifier and Type | Field and Description |
|---|---|
protected tigase.jaxmpp.core.client.BareJID |
data |
| Constructor and Description |
|---|
BitmapWorkerTask(android.widget.ImageView imageView,
Integer size) |
| Modifier and Type | Method and Description |
|---|---|
protected android.graphics.Bitmap |
doInBackground(tigase.jaxmpp.core.client.BareJID... params) |
protected void |
onPostExecute(android.graphics.Bitmap bitmap) |
public BitmapWorkerTask(android.widget.ImageView imageView,
Integer size)
protected android.graphics.Bitmap doInBackground(tigase.jaxmpp.core.client.BareJID... params)
doInBackground in class android.os.AsyncTask<tigase.jaxmpp.core.client.BareJID,Void,android.graphics.Bitmap>protected void onPostExecute(android.graphics.Bitmap bitmap)
onPostExecute in class android.os.AsyncTask<tigase.jaxmpp.core.client.BareJID,Void,android.graphics.Bitmap>Copyright © 2019. All rights reserved.