Home
last modified time | relevance | path

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

12

/frameworks/opt/bitmap/src/com/android/bitmap/
DDecodeTask.java116 if (isCancelled()) { in decode()
134 if (isCancelled()) { in decode()
148 if (isCancelled()) { in decode()
196 if (isCancelled()) { in decode()
205 if (isCancelled()) { in decode()
219 if (isCancelled()) { in decode()
269 if (isCancelled()) { in decode()
287 if (isCancelled()) { in decode()
296 if (isCancelled()) { in decode()
319 if (isCancelled()) { in decode()
[all …]
/frameworks/support/v4/java/android/support/v4/content/
DModernAsyncTask.java272 public final boolean isCancelled() { in isCancelled() method in ModernAsyncTask
273 return mFuture.isCancelled(); in isCancelled()
451 if (!isCancelled()) { in publishProgress()
458 if (isCancelled()) { in finish()
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
DAsyncRunner.java68 while (!isCancelled() && result.status == RESULT_RUNNING) { in doInBackground()
79 if (isCancelled()) { in doInBackground()
205 if (mRunTask != null && !mRunTask.isCancelled() ) { in stop()
/frameworks/volley/src/com/android/volley/toolbox/
DRequestFuture.java128 public boolean isCancelled() { in isCancelled() method in RequestFuture
137 return mResultReceived || mException != null || isCancelled(); in isDone()
DAndroidAuthenticator.java84 if (future.isDone() && !future.isCancelled()) { in getAuthToken()
/frameworks/base/core/java/android/os/
DAsyncTask.java437 public final boolean isCancelled() { in isCancelled() method in AsyncTask
626 if (!isCancelled()) { in publishProgress()
633 if (isCancelled()) { in finish()
/frameworks/base/core/java/android/accounts/
DAccountManagerFuture.java66 boolean isCancelled(); in isCancelled() method
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
DPageContentRepository.java560 if (task.isPreload() && !task.isCancelled()) { in stopPreload()
610 if (renderTask != null && !renderTask.isCancelled()) { in renderPage()
638 if (task != null && !task.isCancelled()) { in cancelRendering()
647 if (!task.isCancelled()) { in cancelAllRendering()
679 while (mRenderer == null && !isCancelled()) { in doInBackground()
822 if (isCancelled()) { in doInBackground()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
DRecentTasksLoader.java431 if (!isCancelled()) { in loadTasksInBackground()
468 if (isCancelled()) { in loadTasksInBackground()
512 if (!isCancelled()) { in loadTasksInBackground()
544 if (!isCancelled()) { in loadThumbnailsAndIconsInBackground()
561 if (isCancelled()) { in loadThumbnailsAndIconsInBackground()
/frameworks/base/services/core/java/com/android/server/notification/
DRankingReconsideration.java76 public boolean isCancelled() { in isCancelled() method in RankingReconsideration
/frameworks/base/core/java/android/print/
DPrintJob.java171 public boolean isCancelled() { in isCancelled() method in PrintJob
DPrintFileDocumentAdapter.java123 if (isCancelled()) { in doInBackground()
/frameworks/ex/camera2/public/src/com/android/ex/camera2/blocking/
DBlockingSessionCallback.java198 public boolean isCancelled() { in isCancelled() method in BlockingSessionCallback.SessionFuture
/frameworks/base/test-runner/src/android/test/
DIsolatedContext.java167 public boolean isCancelled() { in isCancelled() method in IsolatedContext.MockAccountManager.MockAccountManagerFuture
/frameworks/base/core/java/android/printservice/
DPrintJob.java176 public boolean isCancelled() { in isCancelled() method in PrintJob
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
DLocalRenderer.java126 if (isCancelled() || mHttpClient == null) { in doInBackground()
166 if (isCancelled()) { in doInBackground()
/frameworks/base/core/java/android/content/
DAsyncTaskLoader.java73 if (!isCancelled()) { in doInBackground()
/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRecentLoader.java109 if (isCancelled()) return; in run()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DGlobalScreenshot.java202 if (isCancelled()) {
284 if (isCancelled()) {
/frameworks/base/packages/WallpaperCropper/src/com/android/wallpapercropper/
DWallpaperCropActivity.java151 if (!isCancelled()) { in setCropViewTileSource()
171 if (!isCancelled()) { in setCropViewTileSource()
/frameworks/base/docs/html/training/printing/
Dcustom-docs.jd150 if (cancellationSignal.isCancelled() ) {
262 if (cancellationSignal.isCancelled()) {
/frameworks/base/docs/html/training/displaying-bitmaps/
Dprocess-bitmap.jd216 <strong>if (isCancelled()) {
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
DFusedPrintersProvider.java593 if (isCancelled()) { in parseState()
/frameworks/av/services/audioflinger/
DAudioFlinger.h291 bool isCancelled() const { Mutex::Autolock _l(mLock); return (mCallback == NULL); } in isCancelled() function
/frameworks/base/docs/html/training/articles/
Dperf-anr.jd114 if (isCancelled()) break;

12