FrameMetrics.DrawDuration 字段

定义

注意

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

绘制持续时间的指标标识符。

[Android.Runtime.Register("DRAW_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 DrawDuration = 4;
[<Android.Runtime.Register("DRAW_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 DrawDuration : Android.Views.FrameMetricsId

字段值

Value = 4
属性

注解

绘制持续时间的指标标识符。

表示应用于视图层次结构的转换的已用计算 DisplayLists 数。

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

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

适用于