FrameMetrics.VsyncTimestamp フィールド

定義

注意事項

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

このフレームの実際の vsync のタイムスタンプのメトリック識別子。

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

フィールド値

Value = 11
属性

注釈

このフレームの実際の vsync のタイムスタンプのメトリック識別子。

すべての vsync リスナーとフレームの描画で使用された時間値 (コレオグラファー フレームのコールバック、 View#getDrawingTime()アニメーションなど)

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

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

適用対象