Scroller.AbortAnimation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 cause the scroller to move to the final x and y position
Java documentation for android.widget.Scroller.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.