Język

WindowInsets.Builder.SetSystemWindowInsets(Insets) Method

Definition

Sets the system-window insets.

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

Parameters

systemWindowInsets
Insets

The Android.Graphics.Insets value used for system window insets.

Returns

The result of the set system window insets operation.

Attributes

Remarks

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

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

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