Home
last modified time | relevance | path

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

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageWorker.java290 while (mPauseWork && !isCancelled()) { in doInBackground()
301 if (mImageCache != null && !isCancelled() && getAttachedImageView() != null in doInBackground()
310 if (bitmap == null && !isCancelled() && getAttachedImageView() != null in doInBackground()
350 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/WearSpeakerSample/src/com.example.android.wearable.speaker/
DSoundRecorder.java101 while (!isCancelled()) { in startRecording()
202 while (!isCancelled() && (read = bis.read(buffer, 0, buffer.length)) > 0) { in startPlay()
/development/samples/ApiDemos/src/com/example/android/apis/app/
DJobWorkService.java73 while (!(cancelled=isCancelled()) && (work=mParams.dequeueWork()) != null) { in doInBackground()
DPrintCustomContent.java238 if (isCancelled()) { in print()
361 if (isCancelled()) { in print()
DLoaderThrottle.java438 if (isCancelled()) { in onOptionsItemSelected()
/development/samples/browseable/BasicRenderScript/src/com.example.android.basicrenderscript/
DMainActivity.java125 if (isCancelled() == false) { in doInBackground()
/development/apps/Development/src/com/android/development/
DCacheAbuser.java67 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/browseable/NetworkConnect/src/com.example.android.networkconnect/
DNetworkFragment.java164 if (!isCancelled() && urls != null && urls.length > 0) { in doInBackground()
/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()