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

/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DRequest.java48 boolean isCancelled(); method in interface:Request
H A DThumbnailRequestCoordinator.java120 public boolean isCancelled() { method in class:ThumbnailRequestCoordinator
121 return full.isCancelled();
H A DRequestFutureTarget.java50 private boolean isCancelled; field in class:RequestFutureTarget
75 if (isCancelled) {
81 isCancelled = true;
92 public synchronized boolean isCancelled() { method in class:RequestFutureTarget
93 return isCancelled;
101 return isCancelled || resultReceived;
191 if (isCancelled) {
209 } else if (isCancelled) {
H A DGenericRequest.java355 public boolean isCancelled() { method in class:GenericRequest
/external/guava/guava/src/com/google/common/util/concurrent/
H A DForwardingFuture.java52 public boolean isCancelled() { method in class:ForwardingFuture
53 return delegate().isCancelled();
H A DAbstractFuture.java125 public boolean isCancelled() { method in class:AbstractFuture
126 return sync.isCancelled();
326 boolean isCancelled() { method in class:AbstractFuture.Sync
H A DFutures.java128 public boolean isCancelled() { method in class:Futures.ImmediateFuture
201 public boolean isCancelled() { method in class:Futures.ImmediateCancelledFuture
278 * construction, so that {@code isCancelled()} always returns {@code true}.
465 if (isCancelled()) {
470 if (isCancelled()) { // in case cancel called in the meantime
482 if (running.isCancelled()) {
757 public boolean isCancelled() {
758 return input.isCancelled();
866 if (isCancelled()) {
1019 if (delegate.isCancelled()) {
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowVibrator.java39 public boolean isCancelled() { method in class:ShadowVibrator
H A DShadowAsyncTask.java56 public boolean isCancelled() { method in class:ShadowAsyncTask
57 return future.isCancelled();
/external/glide/library/src/main/java/com/bumptech/glide/load/data/
H A DHttpUrlFetcher.java26 private volatile boolean isCancelled; field in class:HttpUrlFetcher
65 if (isCancelled) {
110 isCancelled = true;
/external/jmonkeyengine/engine/src/core/com/jme3/app/
H A DAppTask.java118 public boolean isCancelled() { method in class:AppTask
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DEngineRunnable.java35 private volatile boolean isCancelled; field in class:EngineRunnable
45 isCancelled = true;
51 if (isCancelled) {
66 if (isCancelled) {
H A DDecodeJob.java46 private volatile boolean isCancelled; field in class:DecodeJob
133 isCancelled = true;
173 if (isCancelled) {
H A DEngineJob.java36 private boolean isCancelled; field in class:EngineJob
116 if (hasException || hasResource || isCancelled) {
124 isCancelled = true;
129 boolean isCancelled() { method in class:EngineJob
130 return isCancelled;
140 if (isCancelled) {
171 if (isCancelled) {
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
H A DBitmapPreFillRunner.java64 private boolean isCancelled; field in class:BitmapPreFillRunner
81 isCancelled = true;
109 return !isCancelled && !toPrefill.isEmpty();
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DJdkFutureAdaptersTest.java193 public boolean isCancelled() { method in class:JdkFutureAdaptersTest.RuntimeExceptionThrowingFuture
/external/nist-sip/java/gov/nist/javax/sip/parser/
H A DPipeline.java61 private boolean isCancelled; field in class:Pipeline.MyTimer
68 if (this.isCancelled)
80 this.isCancelled = true;
/external/jetty/src/java/org/eclipse/jetty/websocket/
H A DWebSocketClient.java539 public boolean isCancelled() method in class:WebSocketClient.WebSocketFuture
/external/vogar/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/annotations/ ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/robolectric/lib/main/
H A Dandroid-support-v4.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/support/ android/support/v4/ android/support/v4/accessibilityservice/ ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 384 milliseconds