Searched refs:bitmapWorkerTask (Results 1 – 1 of 1) sorted by relevance
202 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelWork() local203 if (bitmapWorkerTask != null) { in cancelWork()204 bitmapWorkerTask.cancel(true); in cancelWork()206 final Object bitmapData = bitmapWorkerTask.mData; in cancelWork()220 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in cancelPotentialWork() local222 if (bitmapWorkerTask != null) { in cancelPotentialWork()223 final Object bitmapData = bitmapWorkerTask.mData; in cancelPotentialWork()225 bitmapWorkerTask.cancel(true); in cancelPotentialWork()382 final BitmapWorkerTask bitmapWorkerTask = getBitmapWorkerTask(imageView); in getAttachedImageView() local384 if (this == bitmapWorkerTask) { in getAttachedImageView()[all …]