Compartir a través de


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 abierto de Android y se usan según los términos descritos en la licencia de atribución de Creative Commons 2.5.

Se aplica a