WindowInsets.Type.SystemBars Method

Definition

All system bars. Includes statusBars() , captionBar() as well as navigationBars() , systemOverlays() , but not ime() . Value is either 0 or a combination of the following:

[Android.Runtime.Register("systemBars", "()I", "", ApiSince=30)]
public static int SystemBars();
[<Android.Runtime.Register("systemBars", "()I", "", ApiSince=30)>]
static member SystemBars : unit -> int

Returns

All system bars. Includes #statusBars(), #captionBar() as well as #navigationBars(), #systemOverlays(), but not #ime().

Attributes

Remarks

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

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