WindowInsets.HasSystemWindowInsets Property

Definition

Returns true if this WindowInsets has nonzero system window insets.

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

Property Value

true if any of the system window inset values are nonzero

Attributes

Remarks

Returns true if this WindowInsets has nonzero system window insets.

The system window inset represents the area of a full-screen window that is partially or fully obscured by the status bar, navigation bar, IME or other system windows.

This member is deprecated. Use #getInsets(int) with Type#systemBars() instead.

Java documentation for android.view.WindowInsets.hasSystemWindowInsets().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to