Searched defs:mIsCancelled (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DFutureTask.java26 private volatile boolean mIsCancelled; field in class:FutureTask
40 mIsCancelled = true;
63 return mIsCancelled;
69 if (!mIsCancelled) {
H A DThreadPool.java106 private volatile boolean mIsCancelled; field in class:ThreadPool.Worker
141 if (mIsCancelled) return;
142 mIsCancelled = true;
154 return mIsCancelled;
181 if (mIsCancelled && mCancelListener != null) {
217 if (mIsCancelled) {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaSet.java270 private boolean mIsCancelled = false; field in class:MediaSet.MultiSetSyncFuture
290 if (mIsCancelled) return;
291 mIsCancelled = true;
298 return mIsCancelled;
H A DDownloadCache.java368 private boolean mIsCancelled = false; field in class:DownloadCache.TaskProxy
372 if (mIsCancelled) return;
382 mIsCancelled = true;
387 while (!mIsCancelled && mEntry == null) {
/packages/apps/Contacts/src/com/android/contacts/list/
H A DContactBrowseListFragment.java101 private boolean mIsCancelled; field in class:ContactBrowseListFragment.ContactLookupTask
139 mIsCancelled = true;
148 if (mIsCancelled || !isAdded()) {

Completed in 120 milliseconds