WindowInsets.HasSystemWindowInsets 属性

定义

如果此 WindowInsets 具有非零系统窗口内集,则返回 true。

public bool HasSystemWindowInsets { [Android.Runtime.Register("hasSystemWindowInsets", "()Z", "")] get; }
[<get: Android.Runtime.Register("hasSystemWindowInsets", "()Z", "")>]
member this.HasSystemWindowInsets : bool

属性值

如果任何系统窗口内集值都是非零值,则为 true

属性

注解

如果此 WindowInsets 具有非零系统窗口内集,则返回 true。

系统窗口内集表示全屏窗口的区域,该区域部分或完全被状态栏、导航栏、IME 或其他系统窗口遮盖。

此成员已弃用。 请改用#getInsets(int)Type#systemBars()

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

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

适用于