Home | History | Annotate | Download | only in launcher2

Lines Matching refs:Bitmap

25 import android.graphics.Bitmap;
57 private Bitmap mBitmap = null;
276 class WallpaperLoader extends AsyncTask<Integer, Void, Bitmap> {
282 mOptions.inPreferredConfig = Bitmap.Config.ARGB_8888;
286 protected Bitmap doInBackground(Integer... params) {
297 protected void onPostExecute(Bitmap b) {
328 * Custom drawable that centers the bitmap fed to it.
332 Bitmap mBitmap;
336 /* package */void setBitmap(Bitmap bitmap) {
337 mBitmap = bitmap;