WindowInsets.Builder.SetTappableElementInsets(Insets) Method

Definition

Sets the tappable-element insets.

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

Parameters

insets
Insets

The Android.Graphics.Insets value used for insets.

Returns

The result of the set tappable element insets operation.

Attributes

Remarks

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

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

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