StateListAnimator.JumpToCurrentState Method

Definition

If there is an animation running for a recent state change, ends it.

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

Remarks

If there is an animation running for a recent state change, ends it.

This causes the animation to assign the end value(s) to the View.

Java documentation for android.animation.StateListAnimator.jumpToCurrentState().

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