Lines Matching full:cancel
93 * // Escape early if cancel() is called
155 * <p>A task can be cancelled at any time by invoking {@link #cancel(boolean)}. Invoking
415 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
425 * @see #cancel(boolean)
438 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
442 * @see #cancel(boolean)
450 * normally. If you are calling {@link #cancel(boolean)} on the task,
456 * @see #cancel(boolean)
463 * <p>Attempts to cancel execution of this task. This attempt will
466 * and this task has not started when <tt>cancel</tt> is called,
491 public final boolean cancel(boolean mayInterruptIfRunning) {
493 return mFuture.cancel(mayInterruptIfRunning);