Searched defs:isCancelled (Results 1 - 9 of 9) sorted by relevance

/packages/apps/Gallery2/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 DFutureTask.java62 public boolean isCancelled() { method in class:FutureTask
H A DJobLimiter.java79 public synchronized boolean isCancelled() { method in class:JobLimiter.JobWrapper
151 if (!wrapper.isCancelled()) {
H A DThreadPool.java46 boolean isCancelled(); method in interface:ThreadPool.JobContext
53 public boolean isCancelled() { method in class:ThreadPool.JobContextStub
153 public boolean isCancelled() { method in class:ThreadPool.Worker
/packages/apps/Contacts/src/com/android/contacts/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 DExportProcessor.java79 if (isCancelled()) {
102 if (isCancelled()) {
166 if (isCancelled()) {
276 public synchronized boolean isCancelled() { method in class:ExportProcessor
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
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DAbstractDisplayItem.java45 protected void updateImage(Bitmap bitmap, boolean isCancelled) { argument
50 if (isCancelled && bitmap == null) {
/packages/apps/Gallery2/src/com/android/gallery3d/data/
H A DMediaSet.java242 public boolean isCancelled() {
297 public synchronized boolean isCancelled() { method in class:MediaSet.MultiSetSyncFuture

Completed in 122 milliseconds