Added in API level 30
Side
class Side
Class that defines different sides for insets.
Summary
Constants
Public methods
all
Added in API level 30
static fun all(): Int
Return | |
---|---|
Int |
all four sides. Value is either 0 or a combination of android.view.WindowInsets.Side#LEFT , android.view.WindowInsets.Side#TOP , android.view.WindowInsets.Side#RIGHT , and android.view.WindowInsets.Side#BOTTOM |