Searched defs:cancel (Results 51 - 75 of 102) sorted by relevance

12345

/frameworks/base/test-runner/src/android/test/
H A DIsolatedContext.java163 public boolean cancel(boolean mayInterruptIfRunning) { method in class:IsolatedContext.MockAccountManager.MockAccountManagerFuture
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java495 public void cancel() { method in class:DecodeTask
496 cancel(true);
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipWakeupTimer.java68 mAlarmManager.cancel(mPendingIntent);
85 mAlarmManager.cancel(mPendingIntent);
177 public synchronized void cancel(Runnable callback) { method in class:SipWakeupTimer
179 if (DBG) log("cancel:" + callback);
187 if (DBG) log(" cancel found:" + event);
202 log("cancel: X");
/frameworks/opt/telephony/src/java/com/android/internal/telephony/cdma/
H A DCdmaMmiCode.java174 cancel() { method in class:CdmaMmiCode
326 + " cancel as lock screen will handle this");
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java229 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
239 * @see #cancel(boolean)
252 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
256 * @see #cancel(boolean)
264 * normally. If you are calling {@link #cancel(boolean)} on the task,
270 * @see #cancel(boolean)
277 * <p>Attempts to cancel execution of this task. This attempt will
280 * and this task has not started when <tt>cancel</tt> is called,
305 public final boolean cancel(boolean mayInterruptIfRunning) { method in class:ModernAsyncTask
306 return mFuture.cancel(mayInterruptIfRunnin
[all...]
/frameworks/support/v4/java/android/support/v4/view/
H A DGestureDetectorCompat.java401 cancel();
408 private void cancel() { method in class:GestureDetectorCompat.GestureDetectorCompatImplBase
H A DViewPropertyAnimatorCompat.java58 public void cancel(ViewPropertyAnimatorCompat vpa, View view); method in interface:ViewPropertyAnimatorCompat.ViewPropertyAnimatorCompatImpl
201 public void cancel(ViewPropertyAnimatorCompat vpa, View view) { method in class:ViewPropertyAnimatorCompat.BaseViewPropertyAnimatorCompatImpl
437 public void cancel(ViewPropertyAnimatorCompat vpa, View view) { method in class:ViewPropertyAnimatorCompat.ICSViewPropertyAnimatorCompatImpl
438 ViewPropertyAnimatorCompatICS.cancel(view);
998 public void cancel() { method in class:ViewPropertyAnimatorCompat
1001 IMPL.cancel(this, view);
/frameworks/base/core/java/android/animation/
H A DAnimatorSet.java61 * cancel or end when cancel() or end() is called on this AnimatorSet
98 * terminated (by calling cancel() or end()).
100 * child animations of this AnimatorSet end. It also determines whether cancel/end
319 public void cancel() { method in class:AnimatorSet
330 // If we're currently in the startDelay period, just cancel that animator and
332 mDelayAnim.cancel();
335 node.animation.cancel();
368 mDelayAnim.cancel();
740 * Ignore cancel event
[all...]
H A DLayoutTransition.java864 // If there's an animation running on this view already, cancel it
867 currentAnimation.cancel();
870 // Cache the animation in case we need to cancel it later
949 prevAnimation.cancel();
955 // Cache the animation in case we need to cancel it later
1073 * Cancels the currently running transition. Note that we cancel() the changing animations
1080 public void cancel() { method in class:LayoutTransition
1085 anim.cancel();
1108 * Cancels the specified type of transition. Note that we cancel() the changing animations
1115 public void cancel(in method in class:LayoutTransition
[all...]
/frameworks/base/core/java/android/app/
H A DLoaderManager.java342 void cancel() { method in class:LoaderManagerImpl.LoaderInfo
406 // waiting for the old one to cancel or complete before starting
682 if (DEBUG) Log.v(TAG, " Current loader is running; attempting to cancel");
683 info.cancel();
H A DPendingIntent.java62 * {@link #cancel} to remove it.
89 * cancel or modify whatever current PendingIntent is associated with the
578 * owning a PendingIntent can cancel it.
580 public void cancel() { method in class:PendingIntent
/frameworks/base/core/java/android/net/http/
H A DRequestHandle.java98 public void cancel() { method in class:RequestHandle
100 mRequest.cancel();
/frameworks/base/core/java/android/os/
H A DAsyncTask.java73 * // Escape early if cancel() is called
135 * <p>A task can be cancelled at any time by invoking {@link #cancel(boolean)}. Invoking
394 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
404 * @see #cancel(boolean)
417 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and
421 * @see #cancel(boolean)
429 * normally. If you are calling {@link #cancel(boolean)} on the task,
435 * @see #cancel(boolean)
442 * <p>Attempts to cancel execution of this task. This attempt will
445 * and this task has not started when <tt>cancel</t
470 public final boolean cancel(boolean mayInterruptIfRunning) { method in class:AsyncTask
[all...]
/frameworks/base/core/java/android/speech/
H A DSpeechRecognizer.java318 public void cancel() { method in class:SpeechRecognizer
372 mService.cancel(mListener);
373 if (DBG) Log.d(TAG, "service cancel command succeded");
375 Log.e(TAG, "cancel() failed", e);
401 mService.cancel(mListener);
/frameworks/base/core/java/android/transition/
H A DTransitionSet.java502 protected void cancel() { method in class:TransitionSet
503 super.cancel();
506 mTransitions.get(i).cancel();
/frameworks/base/core/java/android/view/
H A DGestureDetector.java631 cancel();
641 private void cancel() { method in class:GestureDetector
H A DRenderNodeAnimator.java188 // It's dead, immediately cancel
189 cancel();
233 public void cancel() { method in class:RenderNodeAnimator
/frameworks/base/core/java/android/view/textservice/
H A DSpellCheckerSession.java160 public void cancel() { method in class:SpellCheckerSession
161 mSpellCheckerSessionListenerImpl.cancel();
269 Log.e(TAG, "Failed to cancel " + e);
352 public void cancel() { method in class:SpellCheckerSession.SpellCheckerSessionListenerImpl
354 Log.w(TAG, "cancel");
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java174 public void cancel() { method in class:DownloadManagerBaseTest.DownloadFinishedListener
242 mListener.cancel();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DRippleBackground.java210 cancel();
229 cancel();
400 public void cancel() { method in class:RippleBackground
407 mAnimOuterOpacity.cancel();
422 runningAnimations.get(i).cancel();
H A DRipple.java287 cancel();
334 cancel();
493 public void cancel() { method in class:Ripple
502 mAnimRadius.cancel();
507 mAnimOpacity.cancel();
512 mAnimX.cancel();
517 mAnimY.cancel();
532 runningAnimations.get(i).cancel();
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java141 // app update sequence, cancel the jobs associated with the app.
212 * Entry point from client to cancel all jobs originating from their uid.
213 * This will remove the job from the master list, and cancel the job if it was staged for
229 * Entry point from client to cancel the job corresponding to the jobId provided.
230 * This will remove the job from the master list, and cancel the job if it was staged for
806 public void cancel(int jobId) throws RemoteException { method in class:JobSchedulerService.JobSchedulerStub
/frameworks/support/v4/java/android/support/v4/app/
H A DNotificationManagerCompat.java52 * methods to post or cancel notifications.
127 notificationManager.cancel(id);
179 public void cancel(int id) { method in class:NotificationManagerCompat
180 cancel(null, id);
188 public void cancel(String tag, int id) { method in class:NotificationManagerCompat
614 service.cancel(packageName, id, tag);
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java882 public void cancel() { method in class:InputManager.InputDeviceVibrator
886 Log.w(TAG, "Failed to cancel vibration.", ex);
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java331 if (DEBUG) Log.d(TAG, "up/cancel");
487 if (DEBUG) Log.d(TAG, "up/cancel");
542 mScaleAnimation.cancel();
580 public void cancel() { method in class:ExpandHelper

Completed in 597 milliseconds

12345