public class Keys

Known direct subclasses
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.

Known indirect subclasses
KeyCycle
KeyCycles

Provides the API for creating a KeyCycle Object for use in the Core ConstraintLayout &MotionLayout system This allows multiple KeyCycle positions to defined in one object.


This is the base Key for all the key (KeyCycle, KeyPosition, etc.) Objects

Summary

Public constructors

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)

Public constructors

Keys

Added in 1.1.0-alpha13
public Keys()

Protected methods

append

Added in 1.1.0-alpha13
protected void append(StringBuilder builder, String name, String[] array)

append

Added in 1.1.0-alpha13
protected void append(StringBuilder builder, String name, float[] array)

append

Added in 1.1.0-alpha13
protected void append(StringBuilder builder, String name, float value)

append

Added in 1.1.0-alpha13
protected void append(StringBuilder builder, String name, int value)

append

Added in 1.1.0-alpha13
protected void append(StringBuilder builder, String name, String value)

unpack

Added in 1.1.0-alpha13
protected String unpack(String[] str)