FrameMetrics.AnimationDuration フィールド

定義

注意事項

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

アニメーション コールバック期間のメトリック識別子。

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

フィールド値

Value = 2
属性

注釈

アニメーション コールバック期間のメトリック識別子。

アニメーション コールバックを発行するナノ秒数を表します。

android.view.FrameMetrics.ANIMATION_DURATIONJava ドキュメント。

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

適用対象