View.ComputeSystemWindowInsets(WindowInsets, Rect) 方法

定义

此视图应使用的计算内集,以及应传播到其下的实例。

[Android.Runtime.Register("computeSystemWindowInsets", "(Landroid/view/WindowInsets;Landroid/graphics/Rect;)Landroid/view/WindowInsets;", "GetComputeSystemWindowInsets_Landroid_view_WindowInsets_Landroid_graphics_Rect_Handler")]
public virtual Android.Views.WindowInsets? ComputeSystemWindowInsets (Android.Views.WindowInsets? in, Android.Graphics.Rect? outLocalInsets);
[<Android.Runtime.Register("computeSystemWindowInsets", "(Landroid/view/WindowInsets;Landroid/graphics/Rect;)Landroid/view/WindowInsets;", "GetComputeSystemWindowInsets_Landroid_view_WindowInsets_Landroid_graphics_Rect_Handler")>]
abstract member ComputeSystemWindowInsets : Android.Views.WindowInsets * Android.Graphics.Rect -> Android.Views.WindowInsets
override this.ComputeSystemWindowInsets : Android.Views.WindowInsets * Android.Graphics.Rect -> Android.Views.WindowInsets

参数

in
WindowInsets

此视图当前正在处理的内集,可能作为参数接收。#onApplyWindowInsets(WindowInsets)

outLocalInsets
Rect

将接收此视图应使用的内嵌的 Rect

返回

应传递到此数据集下的视图的内集

属性

注解

此视图应使用的计算内集,以及应传播到其下的实例。

适用于 . 的 android.view.View.computeSystemWindowInsets(android.view.WindowInsets, android.graphics.Rect)Java 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于