---
title: "navigationBarsIgnoringVisibility"
description: "The insets that [WindowInsetsCompat.Type.navigationBars] will consume if shown. These insets
represent where system UI places navigation bars. Interactive UI should avoid the navigation bars
area. If navigation bars cannot 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.navigationBarsIgnoringVisibility: WindowInsets
```


The insets that `WindowInsetsCompat.Type.navigationBars` will consume if shown. These insets
represent where system UI places navigation bars. Interactive UI should avoid the navigation bars
area. If navigation bars cannot be shown, then this will be empty.



