Language

DisplayCutout.Builder.SetWaterfallInsets(Insets) Method

Definition

Set the waterfall insets of the DisplayCutout. If not set, the default value is Insets.NONE

[Android.Runtime.Register("setWaterfallInsets", "(Landroid/graphics/Insets;)Landroid/view/DisplayCutout$Builder;", "", ApiSince=33)]
public Android.Views.DisplayCutout.Builder SetWaterfallInsets(Android.Graphics.Insets waterfallInsets);
[<Android.Runtime.Register("setWaterfallInsets", "(Landroid/graphics/Insets;)Landroid/view/DisplayCutout$Builder;", "", ApiSince=33)>]
member this.SetWaterfallInsets : Android.Graphics.Insets -> Android.Views.DisplayCutout.Builder

Parameters

waterfallInsets
Insets

The Android.Graphics.Insets value used for waterfall insets.

Returns

The result of the set waterfall insets operation.

Attributes

Remarks

For details, see the Android reference documentation for android.view.DisplayCutout.Builder.setWaterfallInsets.

Java documentation for android.view.DisplayCutout.Builder.setWaterfallInsets.

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