-
areNavigationBarsVisible
`true` when the navigationBars are being displayed, irrespective of whether they intersect with the Window.
-
areStatusBarsVisible
`true` when the statusBars are being displayed, irrespective of whether they intersect with the Window.
-
areSystemBarsVisible
`true` when the systemBars are being displayed, irrespective of whether they intersect with the Window.
-
captionBar
For the WindowInsetsCompat.Type.captionBar.
-
captionBarIgnoringVisibility
The insets that the WindowInsetsCompat.Type.captionBar will consume if shown.
-
consumeWindowInsets
Indicates whether access to WindowInsets within the contentComposeView.setContent should consume the Android android.view.WindowInsets.
-
cutoutPath
The path for the cutout, if any See DisplayCutoutCompat.getCutoutPath
-
displayCutout
For the WindowInsetsCompat.Type.displayCutout.
-
ime
For the WindowInsetsCompat.Type.ime.
-
imeAnimationSource
The WindowInsets for the IME before the IME started animating in.
-
imeAnimationTarget
The WindowInsets for the IME when the animation completes, if it is allowed to complete successfully.
-
isCaptionBarVisible
`true` when the caption barcaptionBar is being displayed, irrespective of whether it intersects with the Window.
-
isImeVisible
`true` when the soft keyboardime is being displayed, irrespective of whether it intersects with the Window.
-
isTappableElementVisible
`true` when the tappableElement is being displayed, irrespective of whether they intersect with the Window.
-
mandatorySystemGestures
For the WindowInsetsCompat.Type.mandatorySystemGestures.
-
navigationBars
For the WindowInsetsCompat.Type.navigationBars.
-
navigationBarsIgnoringVisibility
The insets that WindowInsetsCompat.Type.navigationBars will consume if shown.
-
safeContent
The insets that include all areas that may be drawn over or have gesture confusion, including everything in safeDrawing and safeGestures.
-
safeDrawing
The insets that include areas where content may be covered by other drawn content.
-
safeGestures
The insets that include areas where gestures may be confused with other input, including system gesturessystemGestures, mandatory system gesturesmandatorySystemGestures, rounded d…
-
statusBars
For the WindowInsetsCompat.Type.statusBars.
-
statusBarsIgnoringVisibility
The insets that WindowInsetsCompat.Type.statusBars will consume if shown.
-
systemBars
For the WindowInsetsCompat.Type.systemBars.
-
systemBarsIgnoringVisibility
The insets that WindowInsetsCompat.Type.systemBars will consume if shown.
-
systemGestures
For the WindowInsetsCompat.Type.systemGestures.
-
tappableElement
For the WindowInsetsCompat.Type.tappableElement.
-
tappableElementIgnoringVisibility
The insets that WindowInsetsCompat.Type.tappableElement will consume if active.
-
waterfall
The insets for the curved areas in a waterfall display.
foundation-layout
Jetpack Compose API reference for foundation-layout.