-
public class ProvidersSpanSizeLookup extends GridLayoutManager.SpanSizeLookup
Internal use only.
-
-
Constructor Summary
Constructors Constructor Description ProvidersSpanSizeLookup(List<ProvidersItem> items, int gridSpanCount)
-
Method Summary
Modifier and Type Method Description intgetSpanSize(int position)-
Methods inherited from class androidx.recyclerview.widget.GridLayoutManager.SpanSizeLookup
getSpanGroupIndex, getSpanIndex, getSpanSize, invalidateSpanGroupIndexCache, invalidateSpanIndexCache, isSpanGroupIndexCacheEnabled, isSpanIndexCacheEnabled, setSpanGroupIndexCacheEnabled, setSpanIndexCacheEnabled -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
ProvidersSpanSizeLookup
ProvidersSpanSizeLookup(List<ProvidersItem> items, int gridSpanCount)
-
-
Method Detail
-
getSpanSize
int getSpanSize(int position)
-
-
-
-