-
areNavigationBarsVisible
true when the navigationBars are being displayed, irrespective of whether they intersects with the Window.
-
areStatusBarsVisible
true when the statusBars are being displayed, irrespective of whether they intersects with the Window.
-
areSystemBarsVisible
true when the systemBars are being displayed, irrespective of whether they intersects with the Window.
-
captionBar
An insets type representing the window of a caption bar.
-
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.
-
displayCutout
This WindowInsets represents the area with the display cutout (e.g.
-
ime
An insets type representing the window of the software keyboard.
-
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 intersects with the Window.
-
mandatorySystemGestures
These insets represent the space where system gestures have priority over application gestures.
-
navigationBars
These insets represent where system UI places navigation bars.
-
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 systemGestures, mandatorySystemGestures, waterfall, and tappableElement.
-
statusBars
These insets represent status bar.
-
statusBarsIgnoringVisibility
The insets that WindowInsetsCompat.Type.statusBars will consume if shown.
-
systemBars
These insets represent all system bars.
-
systemBarsIgnoringVisibility
The insets that WindowInsetsCompat.Type.systemBars will consume if shown.
-
systemGestures
The systemGestures insets represent the area of a window where system gestures have priority and may consume some or all touch input, e.g.
-
tappableElement
Returns the tappable element insets.
-
tappableElementIgnoringVisibility
The insets that WindowInsetsCompat.Type.tappableElement will consume if active.
-
waterfall
The insets for the curved areas in a waterfall display.
Last updated: