WindowInsets.StableInsets 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
以像素为单位返回稳定的内嵌。
public Android.Graphics.Insets StableInsets { [Android.Runtime.Register("getStableInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getStableInsets", "()Landroid/graphics/Insets;", "", ApiSince=29)>]
member this.StableInsets : Android.Graphics.Insets
属性值
稳定内嵌
- 属性
注解
以像素为单位返回稳定的内嵌。
稳定内集表示全屏窗口的区域,<b>可能<>部分或完全被系统 UI 元素遮盖。 此值不会根据这些元素的可见性状态而更改;例如,如果状态栏通常显示,但暂时隐藏,则稳定内联仍会提供与所显示状态栏关联的内联。
此成员已弃用。 请改用#getInsetsIgnoringVisibility(int)
Type#systemBars()
。
适用于 . 的 android.view.WindowInsets.getStableInsets()
Java 文档
本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。