OverScroller.AbortAnimation Method

Definition

Stops the animation.

[Android.Runtime.Register("abortAnimation", "()V", "GetAbortAnimationHandler")]
public virtual void AbortAnimation ();
[<Android.Runtime.Register("abortAnimation", "()V", "GetAbortAnimationHandler")>]
abstract member AbortAnimation : unit -> unit
override this.AbortAnimation : unit -> unit
Attributes

Remarks

Stops the animation. Contrary to #forceFinished(boolean), aborting the animating causes the scroller to move to the final x and y positions.

Java documentation for android.widget.OverScroller.abortAnimation().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

See also