Searched refs:cancel (Results 376 - 400 of 475) sorted by relevance

<<111213141516171819

/frameworks/base/core/java/com/android/internal/widget/helper/
H A DItemTouchHelper.java542 * @param selected The ViewHolder to drag or swipe. Can be null if you want to cancel the
884 anim.cancel();
2343 public void cancel() { method in class:ItemTouchHelper.RecoverAnimation
2344 mValueAnimator.cancel();
/frameworks/base/services/core/java/com/android/server/wm/
H A DWindowStateAnimator.java293 mAnimation.cancel();
342 mAnimation.cancel();
452 mAnimation.cancel();
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipSessionGroup.java572 synchronized void cancel() { method in class:SipSessionGroup.SipSessionImpl.SessionTimer
1205 // RFC says that UA should not send out cancel when no
1362 mSessionTimer.cancel();
1616 mWakeupTimer.cancel(this);
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java540 * @param selected The ViewHolder to drag or swipe. Can be null if you want to cancel the
882 anim.cancel();
2349 public void cancel() { method in class:ItemTouchHelper.RecoverAnimation
2350 mValueAnimator.cancel();
/frameworks/base/core/java/android/animation/
H A DValueAnimator.java1069 public void cancel() { method in class:ValueAnimator
1074 // If end has already been requested, through a previous end() or cancel() call, no-op
1080 // Only cancel if the animation is actually running or has been started and is about
1627 * <li>State change requests ({@link #cancel()}, {@link #end()}, {@link #reverse()}, etc...)
/frameworks/base/core/java/android/app/
H A DPendingIntent.java64 * {@link #cancel} to remove it.
91 * cancel or modify whatever current PendingIntent is associated with the
665 * owning a PendingIntent can cancel it.
667 public void cancel() { method in class:PendingIntent
/frameworks/base/core/java/android/hardware/input/
H A DInputManager.java1189 public void cancel() { method in class:InputManager.InputDeviceVibrator
/frameworks/base/core/java/com/android/internal/widget/
H A DScrollingTabContainerView.java225 mVisibilityAnim.cancel();
/frameworks/base/graphics/java/android/graphics/drawable/
H A DAnimatedStateListDrawable.java304 mAnim.cancel();
/frameworks/base/packages/EasterEgg/src/com/android/egg/octo/
H A DOctopusDrawable.java139 mDriftAnimation.cancel();
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DPasswordTextView.java639 animator.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DSwipeHelper.java539 dismissPendingAnim.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyboard/
H A DKeyboardUI.java435 mDialog.setNegativeButton(android.R.string.cancel, clickListener);
/frameworks/base/packages/SystemUI/src/com/android/systemui/pip/phone/
H A DPipMenuActivity.java319 mMenuContainerAnimator.cancel();
H A DPipMotionHelper.java401 mBoundsAnimator.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
H A DPowerNotificationWarnings.java402 d.setNegativeButton(android.R.string.cancel, null);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/customize/
H A DTileAdapter.java332 }).setNegativeButton(android.R.string.cancel, null)
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardAffordanceView.java410 animator.cancel();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardAffordanceHelper.java314 mSwipeAnimator.cancel();
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DMagnificationController.java853 mValueAnimator.cancel();
/frameworks/base/services/core/java/com/android/server/power/
H A DShutdownThread.java199 dialog.cancel();
366 // We don't allow apps to cancel this, so ignore the result.
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java517 // If the timeout changes, cancel the alarm and send a timeout event to have
521 mAlarmManager.cancel(mAlarmPendingIntent);
/frameworks/base/tests/OneMedia/src/com/android/onemedia/playback/
H A DLocalRenderer.java120 return this.cancel(false);
696 // Don't set to null as we may need to cancel again with true if
/frameworks/base/tests/VoiceInteraction/src/com/android/test/voiceinteraction/
H A DMainInteractionSession.java457 request.cancel();
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiController.java355 mAlarmManager.cancel(mIdleIntent);

Completed in 3229 milliseconds

<<111213141516171819