Searched refs:isCancelled (Results 1 - 25 of 56) sorted by relevance

123

/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/util/
H A DFuture.java21 // - Once cancel() is called, isCancelled() always returns true. It is a sticky
31 public boolean isCancelled(); method in interface:Future
H A DThreadPool.java49 boolean isCancelled(); method in interface:ThreadPool.JobContext
56 public boolean isCancelled() { method in class:ThreadPool.JobContextStub
164 public boolean isCancelled() { method in class:ThreadPool.Worker
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DImageCacheRequest.java59 if (jc.isCancelled()) return null;
71 if (bitmap == null && !jc.isCancelled()) {
80 if (jc.isCancelled()) return null;
92 if (jc.isCancelled()) return null;
95 if (jc.isCancelled()) return null;
H A DBytesBufferPool.java48 if (rc < 0 || jc.isCancelled()) return;
H A DUriImage.java107 if (jc.isCancelled()) return STATE_INIT;
117 if (jc.isCancelled()) return STATE_INIT;
149 if (jc.isCancelled()) return false;
199 if (jc.isCancelled() || bitmap == null) {
H A DDownloadUtils.java58 if (jc.isCancelled()) throw new InterruptedIOException();
H A DMediaSet.java251 public boolean isCancelled() {
307 public synchronized boolean isCancelled() { method in class:MediaSet.MultiSetSyncFuture
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DProcessorBase.java28 * {@link #cancel(boolean)}. Users can check the processor's status using {@link #isCancelled()}
56 public abstract boolean isCancelled(); method in class:ProcessorBase
H A DImportProcessor.java106 if (isCancelled() && mListener != null) {
125 if (isCancelled()) {
190 if (isCancelled()) {
236 if (isCancelled()) {
296 public synchronized boolean isCancelled() { method in class:ImportProcessor
H A DExportProcessor.java96 if (isCancelled()) {
119 if (isCancelled()) {
181 if (isCancelled()) {
330 public synchronized boolean isCancelled() { method in class:ExportProcessor
/packages/apps/TV/src/com/android/tv/dvr/provider/
H A DAsyncDvrDbTask.java140 if (isCancelled()) {
144 if (isCancelled()) {
147 if (isCancelled()) {
152 while (c.moveToNext() && !isCancelled()) {
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPreparePageFadeoutTexture.java34 public boolean isCancelled() { method in class:PreparePageFadeoutTexture
69 if (task.isCancelled()) return;
H A DBitmapLoader.java60 if (future.isCancelled() && mBitmap == null) {
H A DActionModeHandler.java106 if (mNumInfoRequired == 0 || mJobContext.isCancelled()) {
114 while (mNumInfoRequired != 0 && !mJobContext.isCancelled()) {
275 if (jc.isCancelled()) {
329 if (jc.isCancelled()) return null;
361 if (jc.isCancelled()) return null;
416 if (jc.isCancelled()) return;
424 if (jc.isCancelled()) {
448 if (jc.isCancelled()) {
455 if (jc.isCancelled()) return;
H A DAlbumLabelMaker.java174 if (jc.isCancelled()) return null;
183 if (jc.isCancelled()) return null;
191 if (jc.isCancelled()) return null;
H A DDetailsAddressResolver.java70 if (!future.isCancelled()) {
/packages/apps/TV/src/com/android/tv/data/
H A DChannelLogoFetcher.java137 while (!isCancelled() && c.moveToNext()) {
179 if (isCancelled()) {
188 if (isCancelled()) {
197 if (isCancelled()) {
204 if (isCancelled()) {
262 if (isCancelled()) {
291 while ((line = reader.readLine()) != null && !isCancelled()) {
/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DPhoneNumberFormatter.java53 if (watcher == null || isCancelled()) {
/packages/apps/TV/src/com/android/tv/util/
H A DAsyncDbTask.java122 if (isCancelled()) {
131 if (c != null && !isCancelled()) {
185 if (isCancelled()) {
227 if (isCancelled()) {
/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DJobLimiter.java79 public synchronized boolean isCancelled() { method in class:JobLimiter.JobWrapper
147 if (!wrapper.isCancelled()) {
/packages/apps/Camera2/src/com/android/camera/ui/
H A DZoomView.java123 if (isCancelled()) {
155 if (isCancelled()) {
223 if (mPartialDecodingTask != null && !mPartialDecodingTask.isCancelled()) {
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountCheckSettingsFragment.java347 if (isCancelled()) return null;
379 if (isCancelled()) return null;
431 if (isCancelled()) return null;
455 if (isCancelled()) return;
470 if (isCancelled()) return;
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DThumbnailLoadTask.java116 if (isCancelled() || fd == null) {
125 if (isCancelled() || opts.outWidth == -1 || opts.outHeight == -1) {
/packages/experimental/PrintApp/src/foo/bar/permission2/
H A DPrintActivity.java132 if (isCancelled()) {
203 if (isCancelled()) {
/packages/experimental/PrintApp/src/foo/bar/print/
H A DPrintActivity.java139 if (isCancelled()) {
208 if (isCancelled()) {

Completed in 602 milliseconds

123