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

12

/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.java57 if (jc.isCancelled()) return null;
69 if (bitmap == null && !jc.isCancelled()) {
78 if (jc.isCancelled()) return null;
90 if (jc.isCancelled()) return null;
93 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
H A DDecodeUtils.java122 if (jc.isCancelled()) return null;
176 if (jc.isCancelled()) return null;
/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.java82 if (isCancelled()) {
105 if (isCancelled()) {
169 if (isCancelled()) {
280 public synchronized boolean isCancelled() { method in class:ExportProcessor
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPreparePageFadeoutTexture.java30 public boolean isCancelled() { method in class:PreparePageFadeoutTexture
65 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/ContactsCommon/src/com/android/contacts/common/util/
H A DPhoneNumberFormatter.java49 if (watcher == null || isCancelled()) {
/packages/apps/Mms/src/com/android/mms/util/
H A DPhoneNumberFormatter.java49 if (watcher == null || isCancelled()) {
/packages/apps/Email/src/com/android/email/activity/setup/
H A DAccountCheckSettingsFragment.java438 if (isCancelled()) return null;
466 if (isCancelled()) return null;
493 if (isCancelled()) return null;
518 if (isCancelled()) return null;
533 if (isCancelled()) return null;
545 if (isCancelled()) return null;
564 if (isCancelled()) return;
579 if (isCancelled()) return;
H A DAccountSetupNames.java270 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/DeskClock/src/com/android/deskclock/
H A DAlarmPreference.java85 if (!isCancelled()) {
/packages/apps/Contacts/src/com/android/contacts/util/
H A DAccountPromptUtils.java108 if (future.isCancelled()) {
/packages/apps/Launcher2/src/com/android/launcher2/
H A DWallpaperChooserDialogFragment.java278 if (isCancelled()) return null;
291 if (!isCancelled() && !mOptions.mCancel) {
/packages/apps/Browser/src/com/android/browser/
H A DDownloadTouchIcon.java181 if (icon == null || mCursor == null || isCancelled()) {

Completed in 464 milliseconds

12