Sdílet prostřednictvím


SurfaceControl.TransactionStats.LatchTimeNanos Property

Definition

Returns the timestamp (in CLOCK_MONOTONIC) of when the frame was latched by the framework and queued for presentation.

public long LatchTimeNanos { [Android.Runtime.Register("getLatchTimeNanos", "()J", "", ApiSince=35)] get; }
[<get: Android.Runtime.Register("getLatchTimeNanos", "()J", "", ApiSince=35)>]
member this.LatchTimeNanos : int64

Property Value

Attributes

Remarks

Returns the timestamp (in CLOCK_MONOTONIC) of when the frame was latched by the framework and queued for presentation.

Java documentation for android.view.SurfaceControl.TransactionStats.getLatchTimeNanos().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to