public enum

Constraint.ChainMode

extends java.lang.Enum<Constraint.ChainMode>

 java.lang.Object

↳java.lang.Enum<Constraint.ChainMode>

↳androidx.constraintlayout.core.dsl.Constraint.ChainMode

Summary

Enum Constants
PACKED
SPREAD
SPREAD_INSIDE
Methods
public static Constraint.ChainModevalueOf(java.lang.String name)

public static Constraint.ChainModevalues()

from java.lang.Enum<E>clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
from java.lang.ObjectgetClass, notify, notifyAll, wait, wait, wait

Enum Constants

SPREAD

SPREAD_INSIDE

PACKED

Methods

public static Constraint.ChainMode values()

public static Constraint.ChainMode valueOf(java.lang.String name)