FrameMetrics.InputHandlingDuration フィールド

定義

注意事項

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

入力処理期間のメトリック識別子。

[Android.Runtime.Register("INPUT_HANDLING_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 InputHandlingDuration = 1;
[<Android.Runtime.Register("INPUT_HANDLING_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 InputHandlingDuration : Android.Views.FrameMetricsId

フィールド値

Value = 1
属性

注釈

入力処理期間のメトリック識別子。

入力処理コールバックを発行するナノ秒数を表します。

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

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

適用対象