View.JumpDrawablesToCurrentState 方法

定义

调用 Drawable#jumpToCurrentState() Drawable.jumpToCurrentState() 与此视图关联的所有 Drawable 对象。

[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
属性

注解

调用 Drawable#jumpToCurrentState() Drawable.jumpToCurrentState() 与此视图关联的所有 Drawable 对象。

如果此视图附加了 StateListAnimator,则还会调用 StateListAnimator#jumpToCurrentState()

android.view.View.jumpDrawablesToCurrentState()Java 文档。

此页面的部分内容是基于 创建和共享的工作进行的修改,并根据 署名许可中所述的术语使用。

适用于