Share via


WindowInsets.Type.SystemOverlays Method

Definition

System overlays represent the insets caused by the system visible elements.

[Android.Runtime.Register("systemOverlays", "()I", "", ApiSince=34)]
public static int SystemOverlays ();
[<Android.Runtime.Register("systemOverlays", "()I", "", ApiSince=34)>]
static member SystemOverlays : unit -> int

Returns

An insets type representing the system overlays.

Attributes

Remarks

System overlays represent the insets caused by the system visible elements. Unlike #navigationBars() or #statusBars(), system overlays might not be hidden by the client.

For compatibility reasons, this type is included in #systemBars(). In this way, views which fit #systemBars() fit #systemOverlays().

Examples include climate controls, multi-tasking affordances, etc.

Java documentation for android.view.WindowInsets.Type.systemOverlays().

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