Searched defs:getSpanIndex (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java135 glp.getSpanIndex(), glp.getSpanSize(),
141 glp.getSpanIndex(), glp.getSpanSize(),
169 mPreLayoutSpanIndexCache.put(viewPosition, lp.getSpanIndex());
289 private int getSpanIndex(RecyclerView.Recycler recycler, RecyclerView.State state, int pos) { method in class:GridLayoutManager
340 int itemSpanIndex = getSpanIndex(recycler, state, layoutState.mCurrentPosition);
586 * Sets whether the results of {@link #getSpanIndex(int, int)} method should be cached or
588 * {@link #getSpanIndex(int, int)}, you should set this to true for better performance.
590 * @param cacheSpanIndices Whether results of getSpanIndex should be cached or not.
605 * Returns whether results of {@link #getSpanIndex(int, int)} method are cached or not.
607 * @return True if results of {@link #getSpanIndex(in
649 public int getSpanIndex(int position, int spanCount) { method in class:GridLayoutManager.SpanSizeLookup
749 public int getSpanIndex(int position, int spanCount) { method in class:GridLayoutManager.DefaultSpanSizeLookup
805 public int getSpanIndex() { method in class:GridLayoutManager.LayoutParams
[all...]
H A DStaggeredGridLayoutManager.java1092 sglp.getSpanIndex(), sglp.mFullSpan ? mSpanCount : 1,
1098 sglp.getSpanIndex(), sglp.mFullSpan ? mSpanCount : 1,
1552 + lp.getSpanIndex() + ", fullspan:" + lp.mFullSpan
2005 public final int getSpanIndex() { method in class:StaggeredGridLayoutManager.LayoutParams

Completed in 287 milliseconds