Lines Matching refs:isCancelled
89 if (isCancelled()) { in doInBackground()
108 if (isCancelled()) { in doInBackground()
161 if (isCancelled()) { in doInBackground()
181 if (isCancelled()) { in doInBackground()
206 if (isCancelled()) { in doInBackground()
220 if (isCancelled()) { in doInBackground()
244 if (isCancelled()) { in doInBackground()
249 if (!CROP_DURING_DECODE || (decodeResult == null && !isCancelled())) { in doInBackground()
272 if (isCancelled()) { in doInBackground()
323 + result + " cancelled=" + isCancelled()); in doInBackground()
341 if (isCancelled()) { in decodeCropped()