WindowInsetsAnimation.Callback.DispatchModeStop フィールド

定義

注意事項

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_STOP", 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 DispatchModeStop = 0;
[<Android.Runtime.Register("DISPATCH_MODE_STOP", 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 DispatchModeStop : Android.Views.WindowInsetsAnimationDispatchMode

フィールド値

Value = 0
属性

注釈

#getDispatchMode()の戻り値: アニメーション イベントのディスパッチはビュー階層のこのレベルで停止し、アニメーション イベントをビュー階層のサブツリーにディスパッチする必要はありません。

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

このページの一部は、Androidオープンソースプロジェクトによって作成および共有された作業に基づく変更でありCreative Commons 2.5属性ライセンスに記載されている条件に従って使用されます。

適用対象