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.TOTAL_DURATION < FrameMetrics.DEADLINE,则应用达到预期截止时间,并且用户看不到任何内容。

适用于 . 的 android.view.FrameMetrics.DEADLINEJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于