Keys
class Keys
KeyAttribute |
Provides the API for creating a KeyAttribute Object for use in the Core ConstraintLayout &MotionLayout system |
KeyAttributes |
Provides the API for creating a KeyAttribute Object for use in the Core ConstraintLayout &MotionLayout system This allows multiple KeyAttribute positions to defined in one object. |
KeyPosition |
Provides the API for creating a KeyPosition Object for use in the Core ConstraintLayout &MotionLayout system |
KeyPositions |
Provides the API for creating a KeyPosition Object for use in the Core ConstraintLayout &MotionLayout system This allows multiple KeyPosition positions to defined in one object. |
This is the base Key for all the key (KeyCycle, KeyPosition, etc.) Objects
Summary
Public constructors |
|---|
Keys() |
Protected functions |
|
|---|---|
Unit |
append(builder: StringBuilder!, name: String!, array: Array<String!>!) |
Unit |
append(builder: StringBuilder!, name: String!, array: FloatArray<Float>!) |
Unit |
append(builder: StringBuilder!, name: String!, value: Float) |
Unit |
append(builder: StringBuilder!, name: String!, value: Int) |
Unit |
append(builder: StringBuilder!, name: String!, value: String!) |
String! |
Public constructors
Protected functions
append
protected fun append(builder: StringBuilder!, name: String!, array: Array<String!>!): Unit
append
protected fun append(builder: StringBuilder!, name: String!, array: FloatArray<Float>!): Unit
append
protected fun append(builder: StringBuilder!, name: String!, value: Float): Unit
append
protected fun append(builder: StringBuilder!, name: String!, value: Int): Unit