Drawable.JumpToCurrentState 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.
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.