View.JumpDrawablesToCurrentState Método

Definição

Chame Drawable#jumpToCurrentState() Drawable.jumpToCurrentState() todos os objetos desenháveis associados a essa visualização.

[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

Comentários

Chame Drawable#jumpToCurrentState() Drawable.jumpToCurrentState() todos os objetos desenháveis associados a essa visualização.

Também chamará StateListAnimator#jumpToCurrentState() se houver um StateListAnimator anexado a essa exibição.

Documentação Java para android.view.View.jumpDrawablesToCurrentState().

Partes desta página são modificações baseadas no trabalho criado e compartilhado pelo Android Open Source Project e usadas de acordo com os termos descritos na Licença de Atribuição Creative Commons 2.5.

Aplica-se a