View.ComputeSystemWindowInsets(WindowInsets, Rect) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
此视图应使用的计算内集,以及应传播到其下的实例。
[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 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。