FrameMetrics(FrameMetrics) Constructor

Definition

Constructs a FrameMetrics object as a copy.

[Android.Runtime.Register(".ctor", "(Landroid/view/FrameMetrics;)V", "", ApiSince=24)]
public FrameMetrics (Android.Views.FrameMetrics? other);
[<Android.Runtime.Register(".ctor", "(Landroid/view/FrameMetrics;)V", "", ApiSince=24)>]
new Android.Views.FrameMetrics : Android.Views.FrameMetrics -> Android.Views.FrameMetrics

Parameters

other
FrameMetrics

the FrameMetrics object to copy.

Attributes

Remarks

Constructs a FrameMetrics object as a copy.

Use this method to copy out metrics reported by Window.OnFrameMetricsAvailableListener#onFrameMetricsAvailable( Window, FrameMetrics, int)

Java documentation for android.view.FrameMetrics.FrameMetrics(android.view.FrameMetrics).

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