共用方式為


WindowInsets.HasStableInsets 屬性

定義

如果此 WindowInsets 有非零穩定的內嵌,則傳回 true。

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

屬性值

如果任何穩定的內嵌值為非零值,則為 true

屬性

備註

如果此 WindowInsets 有非零穩定的內嵌,則傳回 true。

穩定內嵌表示系統>UI元素可能會><部分遮蔽或完全遮蔽的全螢幕窗口<區域。 此值不會根據這些項目的可見度狀態而變更;例如,如果狀態列通常顯示,但暫時隱藏,穩定內嵌仍會提供與顯示狀態列相關聯的內嵌。

已取代這個成員。 請改用 搭配 Type#systemBars()#getInsetsIgnoringVisibility(int)

android.view.WindowInsets.hasStableInsets()Java 檔。

此頁面的部分是根據 Android 開放原始碼專案所建立和共用的工作進行修改,並根據 Creative Commons 2.5 屬性授權中所述的詞彙使用。

適用於