WindowInsets.ConsumeSystemWindowInsets 方法

定义

返回此 WindowInsets 的副本,其中系统窗口内集已完全使用。

[Android.Runtime.Register("consumeSystemWindowInsets", "()Landroid/view/WindowInsets;", "")]
public Android.Views.WindowInsets ConsumeSystemWindowInsets();
[<Android.Runtime.Register("consumeSystemWindowInsets", "()Landroid/view/WindowInsets;", "")>]
member this.ConsumeSystemWindowInsets : unit -> Android.Views.WindowInsets

返回

此 WindowInsets 的修改副本

属性

注解

返回此 WindowInsets 的副本,其中系统窗口内集已完全使用。

此成员已弃用。 不推荐单独使用实例的不同部分 WindowInsets ,因为 WindowInsets 包含许多不同的内嵌。 改用 #CONSUMED 停止调度内嵌。

适用于 . 的 android.view.WindowInsets.consumeSystemWindowInsets()Java 文档

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

适用于