added in version 22.1.0
belongs to Maven artifact com.android.support:recyclerview-v7:28.0.0-alpha1
belongs to Maven artifact com.android.support:recyclerview-v7:28.0.0-alpha1
GridLayoutManager.DefaultSpanSizeLookup
public
static
final
class
GridLayoutManager.DefaultSpanSizeLookup
extends GridLayoutManager.SpanSizeLookup
java.lang.Object | ||
↳ | android.support.v7.widget.GridLayoutManager.SpanSizeLookup | |
↳ | android.support.v7.widget.GridLayoutManager.DefaultSpanSizeLookup |
Default implementation for GridLayoutManager.SpanSizeLookup
. Each item occupies 1 span.
Summary
Public constructors | |
---|---|
GridLayoutManager.DefaultSpanSizeLookup()
|
Public methods | |
---|---|
int
|
getSpanIndex(int position, int spanCount)
Returns the final span index of the provided position. |
int
|
getSpanSize(int position)
Returns the number of span occupied by the item at |
Inherited methods | |
---|---|
![]()
android.support.v7.widget.GridLayoutManager.SpanSizeLookup
| |
![]()
java.lang.Object
|