---
title: "areNavigationBarsVisible"
description: "`true` when the [navigationBars] are being displayed, irrespective of whether they intersects
with the Window."
type: "property"
---

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


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

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


```kotlin
@ExperimentalLayoutApi
val WindowInsets.Companion.areNavigationBarsVisible: Boolean
```


`true` when the `navigationBars` are being displayed, irrespective of whether they intersects
with the Window.



