WindowInsets

class WindowInsets

Main holder of our inset values.

Constructors

WindowInsets
Link copied to clipboard
fun WindowInsets()

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
toString
Link copied to clipboard
open fun toString(): String

Properties

ime
Link copied to clipboard
val ime: Insets
Inset values which match WindowInsetsCompat.Type.ime
navigationBars
Link copied to clipboard
val navigationBars: Insets
statusBars
Link copied to clipboard
val statusBars: Insets
Inset values which match WindowInsetsCompat.Type.statusBars
systemBars
Link copied to clipboard
val systemBars: Insets
Inset values which match WindowInsetsCompat.Type.systemBars
systemGestures
Link copied to clipboard
val systemGestures: Insets

Sources

(source)
Link copied to clipboard