CpuHeadroomParams.Builder Constructors

Definition

Overloads

Name Description
CpuHeadroomParams.Builder()

Initializes a new instance of the CpuHeadroomParams.Builder class.

CpuHeadroomParams.Builder(CpuHeadroomParams)

Returns a new builder copy with the same values as the params.

CpuHeadroomParams.Builder()

Initializes a new instance of the CpuHeadroomParams.Builder class.

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=36)]
public Builder();
Attributes

Remarks

Initializes a new instance of the CpuHeadroomParams.Builder class.

Java documentation for android.os.CpuHeadroomParams.Builder.Builder().

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

CpuHeadroomParams.Builder(CpuHeadroomParams)

Returns a new builder copy with the same values as the params.

[Android.Runtime.Register(".ctor", "(Landroid/os/CpuHeadroomParams;)V", "", ApiSince=36)]
public Builder(Android.OS.CpuHeadroomParams params);
[<Android.Runtime.Register(".ctor", "(Landroid/os/CpuHeadroomParams;)V", "", ApiSince=36)>]
new Android.OS.CpuHeadroomParams.Builder : Android.OS.CpuHeadroomParams -> Android.OS.CpuHeadroomParams.Builder

Parameters

params
CpuHeadroomParams

The value cannot be null.

Attributes

Remarks

Returns a new builder copy with the same values as the params.

Java documentation for android.os.CpuHeadroomParams.Builder.Builder(android.os.CpuHeadroomParams).

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