Window Insets
The main insets holder, containing instances of WindowInsets.Type which each refer to different types of system display insets.
Types
Functions
copy
Link copied to clipboard
open fun copy(navigationBars: WindowInsets.Type = this.navigationBars, statusBars: WindowInsets.Type = this.statusBars, systemGestures: WindowInsets.Type = this.systemGestures, ime: WindowInsets.Type = this.ime, displayCutout: WindowInsets.Type = this.displayCutout): WindowInsets
Content copied to clipboard
Properties
displayCutout
Link copied to clipboard
Inset values which match WindowInsetsCompat.Type.displayCutout
ime
Link copied to clipboard
Inset values which match WindowInsetsCompat.Type.ime
navigationBars
Link copied to clipboard
Inset values which match WindowInsetsCompat.Type.navigationBars
statusBars
Link copied to clipboard
Inset values which match WindowInsetsCompat.Type.statusBars
systemBars
Link copied to clipboard
Inset values which match WindowInsetsCompat.Type.systemBars
systemGestures
Link copied to clipboard
Inset values which match WindowInsetsCompat.Type.systemGestures