次の方法で共有


FrameMetrics.Deadline フィールド

定義

注意事項

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

フレームを生成するためにアプリで使用できる合計期間のメトリック識別子。

[Android.Runtime.Register("DEADLINE", ApiSince=31)]
[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 Deadline = 13;
[<Android.Runtime.Register("DEADLINE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Views.FrameMetricsId enum directly instead of this field.", true)>]
val mutable Deadline : Android.Views.FrameMetricsId

フィールド値

Value = 13
属性

注釈

フレームを生成するためにアプリで使用できる合計期間のメトリック識別子。

アプリがフレームを生成するために割り当てられたシステムの合計時間をナノ秒単位で表します。 FrameMetrics.DEADLINE FrameMetrics.TOTAL_DURATION < 場合、アプリは目的の期限に達し、ユーザーに表示される jank がありませんでした。

の Java ドキュメント android.view.FrameMetrics.DEADLINE

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

適用対象