WindowInsets.Builder.SetStableInsets(Insets) Method

Definition

Sets the stable system-bar insets.

[Android.Runtime.Register("setStableInsets", "(Landroid/graphics/Insets;)Landroid/view/WindowInsets$Builder;", "", ApiSince=29)]
public Android.Views.WindowInsets.Builder SetStableInsets(Android.Graphics.Insets stableInsets);
[<Android.Runtime.Register("setStableInsets", "(Landroid/graphics/Insets;)Landroid/view/WindowInsets$Builder;", "", ApiSince=29)>]
member this.SetStableInsets : Android.Graphics.Insets -> Android.Views.WindowInsets.Builder

Parameters

stableInsets
Insets

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

Returns

The result of the set stable insets operation.

Attributes

Remarks

For details, see the Android reference documentation for android.view.WindowInsets.Builder.setStableInsets.

Java documentation for android.view.WindowInsets.Builder.setStableInsets.

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