SESL Material
Toggle table of contents
1.12.0+1.0.31-sesl8+rev0
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
SESL Material
SESL Material
/
com.google.android.material.animation
/
Positioning
Positioning
open
class
Positioning
A representation of the positioning of a view relative to another.
Members
Constructors
Positioning
Link copied to clipboard
constructor
(
gravity
:
Int
,
xAdjustment
:
Float
,
yAdjustment
:
Float
)
Properties
gravity
Link copied to clipboard
val
gravity
:
Int
The alignment between the dependency and the child.
x
Adjustment
Link copied to clipboard
val
xAdjustment
:
Float
The x adjustment of the child relative to the dependency.
y
Adjustment
Link copied to clipboard
val
yAdjustment
:
Float
The y adjustment of the child relative to the dependency.