Searched refs:BitmapWorkerTask (Results 1 – 2 of 2) sorted by relevance
88 final BitmapWorkerTask task = new BitmapWorkerTask(imageView); in loadImage()138 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelWork()155 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelPotentialWork()177 private static BitmapWorkerTask getBitmapWorkerTask(ImageView imageView) { in getBitmapWorkerTask()191 private class BitmapWorkerTask extends AsyncTask<Object, Void, Bitmap> { class in ImageLoader195 public BitmapWorkerTask(ImageView imageView) { in BitmapWorkerTask() method in ImageLoader.BitmapWorkerTask276 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in getAttachedImageView()293 private final WeakReference<BitmapWorkerTask> bitmapWorkerTaskReference;295 public AsyncDrawable(Resources res, Bitmap bitmap, BitmapWorkerTask bitmapWorkerTask) { in AsyncDrawable()298 new WeakReference<BitmapWorkerTask>(bitmapWorkerTask); in AsyncDrawable()[all …]
90 final BitmapWorkerTask task = new BitmapWorkerTask(imageView); in loadImage()181 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelWork()198 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelPotentialWork()220 private static BitmapWorkerTask getBitmapWorkerTask(ImageView imageView) { in getBitmapWorkerTask()234 private class BitmapWorkerTask extends AsyncTask<Object, Void, BitmapDrawable> { class in ImageWorker238 public BitmapWorkerTask(ImageView imageView) { in BitmapWorkerTask() method in ImageWorker.BitmapWorkerTask342 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in getAttachedImageView()359 private final WeakReference<BitmapWorkerTask> bitmapWorkerTaskReference;361 public AsyncDrawable(Resources res, Bitmap bitmap, BitmapWorkerTask bitmapWorkerTask) { in AsyncDrawable()364 new WeakReference<BitmapWorkerTask>(bitmapWorkerTask); in AsyncDrawable()[all …]