---
title: "systemBarsIgnoringVisibility"
description: "The insets that [WindowInsetsCompat.Type.systemBars] will consume if shown.

If system bars can never be shown, then this will be empty."
type: "property"
---

<div class='type'>Property</div>


<a id='references'></a>

<div class='sourceset sourceset-android'>Android</div>


```kotlin
@ExperimentalLayoutApi
val WindowInsets.Companion.systemBarsIgnoringVisibility: WindowInsets
```


The insets that `WindowInsetsCompat.Type.systemBars` will consume if shown.

If system bars can never be shown, then this will be empty.



