FrameMetrics.UnknownDelayDuration フィールド

定義

注意事項

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

不明な遅延のメトリック識別子。

[Android.Runtime.Register("UNKNOWN_DELAY_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 UnknownDelayDuration = 0;
[<Android.Runtime.Register("UNKNOWN_DELAY_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 UnknownDelayDuration : Android.Views.FrameMetricsId

フィールド値

Value = 0
属性

注釈

不明な遅延のメトリック識別子。

UI スレッドが応答し、フレームを処理するまで待機しているナノ秒数を表します。 これはほとんどの場合、0 である必要があります。

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

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

適用対象