跳过导航链接
C F G I O S 

C

com.nex3z.flowlayout - 程序包 com.nex3z.flowlayout
 

F

FlowLayout - com.nex3z.flowlayout中的类
 
FlowLayout(Context) - 类 的构造器com.nex3z.flowlayout.FlowLayout
 
FlowLayout(Context, AttributeSet) - 类 的构造器com.nex3z.flowlayout.FlowLayout
 

G

generateLayoutParams(ViewGroup.LayoutParams) - 类 中的方法com.nex3z.flowlayout.FlowLayout
 
generateLayoutParams(AttributeSet) - 类 中的方法com.nex3z.flowlayout.FlowLayout
 
getChildSpacing() - 类 中的方法com.nex3z.flowlayout.FlowLayout
Returns the horizontal spacing between child views.
getChildSpacingForLastRow() - 类 中的方法com.nex3z.flowlayout.FlowLayout
Returns the horizontal spacing between child views of the last row.
getMaxRows() - 类 中的方法com.nex3z.flowlayout.FlowLayout
Returns the maximum number of rows of the FlowLayout.
getMinChildSpacing() - 类 中的方法com.nex3z.flowlayout.FlowLayout
 
getRowSpacing() - 类 中的方法com.nex3z.flowlayout.FlowLayout
Returns the vertical spacing between rows.

I

isFlow() - 类 中的方法com.nex3z.flowlayout.FlowLayout
Returns whether to allow child views flow to next row when there is no enough space.
isRtl() - 类 中的方法com.nex3z.flowlayout.FlowLayout
 

O

onLayout(boolean, int, int, int, int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
 
onMeasure(int, int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
 

S

setChildSpacing(int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
Sets the horizontal spacing between child views.
setChildSpacingForLastRow(int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
Sets the horizontal spacing between child views of the last row.
setFlow(boolean) - 类 中的方法com.nex3z.flowlayout.FlowLayout
Sets whether to allow child views flow to next row when there is no enough space.
setGravity(int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
 
setMaxRows(int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
Sets the height of the FlowLayout to be at most maxRows tall.
setMinChildSpacing(int) - 类 中的方法com.nex3z.flowlayout.FlowLayout
 
setRowSpacing(float) - 类 中的方法com.nex3z.flowlayout.FlowLayout
Sets the vertical spacing between rows in pixels.
setRtl(boolean) - 类 中的方法com.nex3z.flowlayout.FlowLayout
 
SPACING_ALIGN - 类 中的静态变量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 - 类 中的静态变量com.nex3z.flowlayout.FlowLayout
Special value for the child view spacing.
C F G I O S 
跳过导航链接