Home
last modified time | relevance | path

Searched refs:isCancelled (Results 1 – 12 of 12) sorted by relevance

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageWorker.java263 while (mPauseWork && !isCancelled()) { in doInBackground()
274 if (mImageCache != null && !isCancelled() && getAttachedImageView() != null in doInBackground()
283 if (bitmap == null && !isCancelled() && getAttachedImageView() != null in doInBackground()
322 if (isCancelled() || mExitTasksEarly) { in onPostExecute()
DAsyncTask.java458 public final boolean isCancelled() { in isCancelled() method in AsyncTask
647 if (!isCancelled()) { in publishProgress()
654 if (isCancelled()) { in finish()
/development/samples/training/ContactsList/src/com/example/android/contactslist/util/
DImageLoader.java214 while (mPauseWork && !isCancelled()) { in doInBackground()
224 if (!isCancelled() && getAttachedImageView() != null) { in doInBackground()
249 if (isCancelled()) { in onPostExecute()
/development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/
DMainActivity.java125 if (isCancelled() == false) { in doInBackground()
/development/apps/Development/src/com/android/development/
DCacheAbuser.java68 while (!isCancelled()) { in doInBackground()
/development/apps/GestureBuilder/src/com/android/gesture/builder/
DGestureBuilderActivity.java341 if (isCancelled()) return STATUS_CANCELLED; in doInBackground()
350 if (isCancelled()) break; in doInBackground()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DPrintCustomContent.java238 if (isCancelled()) { in print()
361 if (isCancelled()) { in print()
DLoaderThrottle.java438 if (isCancelled()) { in onOptionsItemSelected()
/development/samples/XmlAdapters/src/com/example/android/xmladapters/
DImageDownloader.java317 if (isCancelled()) { in onPostExecute()
DAdapters.java987 if (!isCancelled()) { in onPostExecute()
/development/samples/browseable/RenderScriptIntrinsic/src/com.example.android.renderscriptintrinsic/
DMainActivity.java285 if (isCancelled() == false) { in doInBackground()
/development/samples/Support4Demos/src/com/example/android/supportv4/app/
DLoaderThrottleSupport.java439 if (isCancelled()) { in onOptionsItemSelected()