WindowInsetsAnimation.Callback.DispatchModeContinueOnSubtree フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Views.WindowInsetsAnimationDispatchMode enum directly instead of this field.

#getDispatchMode()戻り値: アニメーション イベントのディスパッチは、ビュー階層で続行する必要があります。

[Android.Runtime.Register("DISPATCH_MODE_CONTINUE_ON_SUBTREE", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowInsetsAnimationDispatchMode enum directly instead of this field.", true)]
public const Android.Views.WindowInsetsAnimationDispatchMode DispatchModeContinueOnSubtree = 1;
[<Android.Runtime.Register("DISPATCH_MODE_CONTINUE_ON_SUBTREE", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.WindowInsetsAnimationDispatchMode enum directly instead of this field.", true)>]
val mutable DispatchModeContinueOnSubtree : Android.Views.WindowInsetsAnimationDispatchMode

フィールド値

Value = 1
属性

注釈

#getDispatchMode()戻り値: アニメーション イベントのディスパッチは、ビュー階層で続行する必要があります。

の Java ドキュメント android.view.WindowInsetsAnimation.Callback.DISPATCH_MODE_CONTINUE_ON_SUBTREE

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

適用対象