View.JumpDrawablesToCurrentState メソッド

定義

このビューに関連付けられているすべての Drawable オブジェクトを呼び出 Drawable#jumpToCurrentState() Drawable.jumpToCurrentState() します。

[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 オブジェクトを呼び出 Drawable#jumpToCurrentState() Drawable.jumpToCurrentState() します。

また、このビューに StateListAnimator がアタッチされている場合も を呼び出 StateListAnimator#jumpToCurrentState() します。

android.view.View.jumpDrawablesToCurrentState()Java ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象