-
public class FlexboxLayout.LayoutParams extends ViewGroup.MarginLayoutParams
Per child parameters for children views of the FlexboxLayout.
-
-
Field Summary
Fields Modifier and Type Field Description public final static floatFLEX_BASIS_PERCENT_DEFAULTpublic final static intALIGN_SELF_AUTOpublic final static intALIGN_SELF_FLEX_STARTpublic final static intALIGN_SELF_FLEX_ENDpublic final static intALIGN_SELF_CENTERpublic final static intALIGN_SELF_BASELINEpublic final static intALIGN_SELF_STRETCHpublic intorderpublic floatflexGrowpublic floatflexShrinkpublic intalignSelfpublic floatflexBasisPercentpublic intminWidthpublic intminHeightpublic intmaxWidthpublic intmaxHeightpublic booleanwrapBefore
-
Constructor Summary
Constructors Constructor Description FlexboxLayout.LayoutParams(Context context, AttributeSet attrs)FlexboxLayout.LayoutParams(FlexboxLayout.LayoutParams source)FlexboxLayout.LayoutParams(ViewGroup.LayoutParams source)FlexboxLayout.LayoutParams(int width, int height)
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class android.view.ViewGroup.MarginLayoutParams
getLayoutDirection, getMarginEnd, getMarginStart, isMarginRelative, resolveLayoutDirection, setLayoutDirection, setMarginEnd, setMarginStart, setMargins -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
FlexboxLayout.LayoutParams
FlexboxLayout.LayoutParams(Context context, AttributeSet attrs)
-
FlexboxLayout.LayoutParams
FlexboxLayout.LayoutParams(FlexboxLayout.LayoutParams source)
-
FlexboxLayout.LayoutParams
FlexboxLayout.LayoutParams(ViewGroup.LayoutParams source)
-
FlexboxLayout.LayoutParams
FlexboxLayout.LayoutParams(int width, int height)
-
-
-
-