Skip navigation links
C F G I O S 

C

com.nex3z.flowlayout - package com.nex3z.flowlayout
 

F

FlowLayout - Class in com.nex3z.flowlayout
 
FlowLayout(Context) - Constructor for class com.nex3z.flowlayout.FlowLayout
 
FlowLayout(Context, AttributeSet) - Constructor for class com.nex3z.flowlayout.FlowLayout
 

G

generateLayoutParams(ViewGroup.LayoutParams) - Method in class com.nex3z.flowlayout.FlowLayout
 
generateLayoutParams(AttributeSet) - Method in class com.nex3z.flowlayout.FlowLayout
 
getChildSpacing() - Method in class com.nex3z.flowlayout.FlowLayout
Returns the horizontal spacing between child views.
getChildSpacingForLastRow() - Method in class com.nex3z.flowlayout.FlowLayout
Returns the horizontal spacing between child views of the last row.
getMaxRows() - Method in class com.nex3z.flowlayout.FlowLayout
Returns the maximum number of rows of the FlowLayout.
getMinChildSpacing() - Method in class com.nex3z.flowlayout.FlowLayout
 
getRowsCount() - Method in class com.nex3z.flowlayout.FlowLayout
 
getRowSpacing() - Method in class com.nex3z.flowlayout.FlowLayout
Returns the vertical spacing between rows.

I

isFlow() - Method in class com.nex3z.flowlayout.FlowLayout
Returns whether to allow child views flow to next row when there is no enough space.
isRtl() - Method in class com.nex3z.flowlayout.FlowLayout
 

O

onLayout(boolean, int, int, int, int) - Method in class com.nex3z.flowlayout.FlowLayout
 
onMeasure(int, int) - Method in class com.nex3z.flowlayout.FlowLayout
 

S

setChildSpacing(int) - Method in class com.nex3z.flowlayout.FlowLayout
Sets the horizontal spacing between child views.
setChildSpacingForLastRow(int) - Method in class com.nex3z.flowlayout.FlowLayout
Sets the horizontal spacing between child views of the last row.
setFlow(boolean) - Method in class com.nex3z.flowlayout.FlowLayout
Sets whether to allow child views flow to next row when there is no enough space.
setGravity(int) - Method in class com.nex3z.flowlayout.FlowLayout
 
setMaxRows(int) - Method in class com.nex3z.flowlayout.FlowLayout
Sets the height of the FlowLayout to be at most maxRows tall.
setMinChildSpacing(int) - Method in class com.nex3z.flowlayout.FlowLayout
 
setRowSpacing(float) - Method in class com.nex3z.flowlayout.FlowLayout
Sets the vertical spacing between rows in pixels.
setRowVerticalGravity(int) - Method in class com.nex3z.flowlayout.FlowLayout
 
setRtl(boolean) - Method in class com.nex3z.flowlayout.FlowLayout
 
SPACING_ALIGN - Static variable in class com.nex3z.flowlayout.FlowLayout
Special value for the horizontal spacing of the child views in the last row SPACING_ALIGN means that the horizontal spacing of the child views in the last row keeps the same with the spacing used in the row above.
SPACING_AUTO - Static variable in class com.nex3z.flowlayout.FlowLayout
Special value for the child view spacing.
C F G I O S 
Skip navigation links