public interface GridLayoutInfoFactory
GridLayoutInfo
s in GridRecyclerConfiguration
.Modifier and Type | Method and Description |
---|---|
GridLayoutInfo |
createGridLayoutInfo(Context c,
int spanCount,
int orientation,
boolean reverseLayout,
boolean allowGridMeasuresOverride) |
GridLayoutInfo createGridLayoutInfo(Context c, int spanCount, int orientation, boolean reverseLayout, boolean allowGridMeasuresOverride)
GridLayoutInfo
that will be used to compute the layouts of the children
of the GridRecyclerConfiguration
.