public class

Constraints.LayoutParams

extends ConstraintLayout.LayoutParams

 java.lang.Object

↳ViewGroup.MarginLayoutParams

androidx.constraintlayout.widget.ConstraintLayout.LayoutParams

↳androidx.constraintlayout.widget.Constraints.LayoutParams

Summary

Fields
public floatalpha

public booleanapplyElevation

public floatelevation

public floatrotation

public floatrotationX

public floatrotationY

public floatscaleX

public floatscaleY

public floattransformPivotX

public floattransformPivotY

public floattranslationX

public floattranslationY

public floattranslationZ

from ConstraintLayout.LayoutParamsBASELINE, baselineMargin, baselineToBaseline, baselineToBottom, baselineToTop, BOTTOM, bottomToBottom, bottomToTop, CHAIN_PACKED, CHAIN_SPREAD, CHAIN_SPREAD_INSIDE, CIRCLE, circleAngle, circleConstraint, circleRadius, constrainedHeight, constrainedWidth, constraintTag, dimensionRatio, editorAbsoluteX, editorAbsoluteY, END, endToEnd, endToStart, GONE_UNSET, goneBaselineMargin, goneBottomMargin, goneEndMargin, goneLeftMargin, goneRightMargin, goneStartMargin, goneTopMargin, guideBegin, guideEnd, guidelineUseRtl, guidePercent, helped, HORIZONTAL, horizontalBias, horizontalChainStyle, horizontalWeight, LEFT, leftToLeft, leftToRight, MATCH_CONSTRAINT, MATCH_CONSTRAINT_PERCENT, MATCH_CONSTRAINT_SPREAD, MATCH_CONSTRAINT_WRAP, matchConstraintDefaultHeight, matchConstraintDefaultWidth, matchConstraintMaxHeight, matchConstraintMaxWidth, matchConstraintMinHeight, matchConstraintMinWidth, matchConstraintPercentHeight, matchConstraintPercentWidth, orientation, PARENT_ID, RIGHT, rightToLeft, rightToRight, START, startToEnd, startToStart, TOP, topToBottom, topToTop, UNSET, VERTICAL, verticalBias, verticalChainStyle, verticalWeight, WRAP_BEHAVIOR_HORIZONTAL_ONLY, WRAP_BEHAVIOR_INCLUDED, WRAP_BEHAVIOR_SKIPPED, WRAP_BEHAVIOR_VERTICAL_ONLY, wrapBehaviorInParent
Constructors
publicLayoutParams(Constraints.LayoutParams source)

publicLayoutParams(Context c, AttributeSet attrs)

publicLayoutParams(int width, int height)

Methods
from ConstraintLayout.LayoutParamsgetConstraintTag, getConstraintWidget, reset, resolveLayoutDirection, setWidgetDebugName, validate
from java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Fields

public float alpha

public boolean applyElevation

public float elevation

public float rotation

public float rotationX

public float rotationY

public float scaleX

public float scaleY

public float transformPivotX

public float transformPivotY

public float translationX

public float translationY

public float translationZ

Constructors

public LayoutParams(int width, int height)

public LayoutParams(Constraints.LayoutParams source)

public LayoutParams(Context c, AttributeSet attrs)