WindowInsets.Builder.SetStableInsets(Insets) Method

Definition

Caution

deprecated

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

Parameters

stableInsets
Insets

Returns

WindowInsets.Builder
Attributes

Applies to