Drawable.JumpToCurrentState Method

Definition

If this Drawable does transition animations between states, ask that it immediately jump to the current state and skip any active animations.

[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 this Drawable does transition animations between states, ask that it immediately jump to the current state and skip any active animations.

Java documentation for android.graphics.drawable.Drawable.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