View.JumpDrawablesToCurrentState Método

Definición

Llame a Drawable#jumpToCurrentState() Drawable.jumpToCurrentState() en todos los objetos dibujables asociados a esta vista.

[Android.Runtime.Register("jumpDrawablesToCurrentState", "()V", "GetJumpDrawablesToCurrentStateHandler")]
public virtual void JumpDrawablesToCurrentState ();
[<Android.Runtime.Register("jumpDrawablesToCurrentState", "()V", "GetJumpDrawablesToCurrentStateHandler")>]
abstract member JumpDrawablesToCurrentState : unit -> unit
override this.JumpDrawablesToCurrentState : unit -> unit
Atributos

Comentarios

Llame a Drawable#jumpToCurrentState() Drawable.jumpToCurrentState() en todos los objetos dibujables asociados a esta vista.

También llama a StateListAnimator#jumpToCurrentState() si hay un StateListAnimator asociado a esta vista.

Documentación de Java para android.view.View.jumpDrawablesToCurrentState().

Las partes de esta página son modificaciones basadas en el trabajo creado y compartido por el proyecto de código y se usan según los términos descritos en la creative Commons 2.5.

Se aplica a