Keys
public 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 methods |
|
|---|---|
void |
append(StringBuilder builder, String name, String[] array) |
void |
append(StringBuilder builder, String name, float[] array) |
void |
append(StringBuilder builder, String name, float value) |
void |
append(StringBuilder builder, String name, int value) |
void |
append(StringBuilder builder, String name, String value) |
String |
unpack(String[] str) |