Android.Views.View.ComputeSystemWindowInsets Method
Compute insets that should be consumed by this view and the ones that should propagate to those under it.

Syntax

[Android.Runtime.Register("computeSystemWindowInsets", "(Landroid/view/WindowInsets;Landroid/graphics/Rect;)Landroid/view/WindowInsets;", "GetComputeSystemWindowInsets_Landroid_view_WindowInsets_Landroid_graphics_Rect_Handler")]
public virtual WindowInsets ComputeSystemWindowInsets (WindowInsets in, Android.Graphics.Rect outLocalInsets)

Parameters

in
Insets currently being processed by this View, likely received as a parameter to View.OnApplyWindowInsets(WindowInsets).
outLocalInsets
A Rect that will receive the insets that should be consumed by this view

Returns

Documentation for this section has not yet been entered.

Remarks

Compute insets that should be consumed by this view and the ones that should propagate to those under it.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1