Class BarrierReference
- java.lang.Object
-
- androidx.constraintlayout.core.state.ConstraintReference
-
- androidx.constraintlayout.core.state.HelperReference
-
- androidx.constraintlayout.core.state.helpers.BarrierReference
-
public class BarrierReference extends HelperReference
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class androidx.constraintlayout.core.state.ConstraintReference
ConstraintReference.ConstraintReferenceFactory
-
-
Field Summary
-
Fields inherited from class androidx.constraintlayout.core.state.HelperReference
mReferences, mState
-
Fields inherited from class androidx.constraintlayout.core.state.ConstraintReference
mBottomToBottom, mBottomToTop, mEndToEnd, mEndToStart, mLeftToLeft, mLeftToRight, mMarginBottom, mMarginBottomGone, mMarginEnd, mMarginEndGone, mMarginLeft, mMarginLeftGone, mMarginRight, mMarginRightGone, mMarginStart, mMarginStartGone, mMarginTop, mMarginTopGone, mRightToLeft, mRightToRight, mStartToEnd, mStartToStart, mTopToBottom, mTopToTop
-
-
Constructor Summary
Constructors Constructor Description BarrierReference(State state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply()HelperWidgetgetHelperWidget()ConstraintReferencemargin(int value)ConstraintReferencemargin(java.lang.Object marginValue)voidsetBarrierDirection(State.Direction barrierDirection)-
Methods inherited from class androidx.constraintlayout.core.state.HelperReference
add, getConstraintWidget, getType, setHelperWidget
-
Methods inherited from class androidx.constraintlayout.core.state.ConstraintReference
addCustomColor, addCustomFloat, alpha, baseline, baselineToBaseline, baselineToBottom, baselineToTop, bias, bottom, bottomToBottom, bottomToTop, centerHorizontally, centerVertically, circularConstraint, clear, clearHorizontal, clearVertical, createConstraintWidget, end, endToEnd, endToStart, getAlpha, getFacade, getHeight, getHorizontalChainStyle, getHorizontalChainWeight, getKey, getPivotX, getPivotY, getRotationX, getRotationY, getRotationZ, getScaleX, getScaleY, getTag, getTranslationX, getTranslationY, getTranslationZ, getVerticalChainStyle, getVerticalChainWeight, getView, getWidth, height, horizontalBias, left, leftToLeft, leftToRight, marginGone, marginGone, pivotX, pivotY, right, rightToLeft, rightToRight, rotationX, rotationY, rotationZ, scaleX, scaleY, setConstraintWidget, setFacade, setHeight, setHorizontalChainStyle, setHorizontalChainWeight, setKey, setTag, setVerticalChainStyle, setVerticalChainWeight, setView, setWidth, start, startToEnd, startToStart, top, topToBottom, topToTop, translationX, translationY, translationZ, validate, verticalBias, visibility, width
-
-
-
-
Constructor Detail
-
BarrierReference
public BarrierReference(State state)
-
-
Method Detail
-
setBarrierDirection
public void setBarrierDirection(State.Direction barrierDirection)
-
margin
public ConstraintReference margin(java.lang.Object marginValue)
- Overrides:
marginin classConstraintReference
-
margin
public ConstraintReference margin(int value)
- Overrides:
marginin classConstraintReference
-
getHelperWidget
public HelperWidget getHelperWidget()
- Overrides:
getHelperWidgetin classHelperReference
-
-