public enum

ConstraintWidget.DimensionBehaviour

extends java.lang.Enum<ConstraintWidget.DimensionBehaviour>

 java.lang.Object

↳java.lang.Enum<ConstraintWidget.DimensionBehaviour>

↳androidx.constraintlayout.core.widgets.ConstraintWidget.DimensionBehaviour

Overview

Define how the widget will resize

Summary

Enum Constants
FIXED
MATCH_CONSTRAINT
MATCH_PARENT
WRAP_CONTENT
Methods
public static ConstraintWidget.DimensionBehaviourvalueOf(java.lang.String name)

public static ConstraintWidget.DimensionBehaviourvalues()

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

FIXED

WRAP_CONTENT

MATCH_CONSTRAINT

MATCH_PARENT

Methods

public static ConstraintWidget.DimensionBehaviour valueOf(java.lang.String name)