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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java154 glp.getSpanIndex(), glp.getSpanSize(),
160 glp.getSpanIndex(), glp.getSpanSize(),
194 mPreLayoutSpanIndexCache.put(viewPosition, lp.getSpanIndex());
388 int span = getSpanIndex(recycler, state, anchorInfo.mPosition);
393 span = getSpanIndex(recycler, state, anchorInfo.mPosition);
401 int next = getSpanIndex(recycler, state, pos + 1);
427 final int span = getSpanIndex(recycler, state, position);
465 private int getSpanIndex(RecyclerView.Recycler recycler, RecyclerView.State state, int pos) { method in class:GridLayoutManager
546 int itemSpanIndex = getSpanIndex(recycler, state, layoutState.mCurrentPosition);
850 * Sets whether the results of {@link #getSpanIndex(in
913 public int getSpanIndex(int position, int spanCount) { method in class:GridLayoutManager.SpanSizeLookup
1085 public int getSpanIndex(int position, int spanCount) { method in class:GridLayoutManager.DefaultSpanSizeLookup
1142 public int getSpanIndex() { method in class:GridLayoutManager.LayoutParams
[all...]
H A DStaggeredGridLayoutManager.java1248 sglp.getSpanIndex(), sglp.mFullSpan ? mSpanCount : 1,
1254 sglp.getSpanIndex(), sglp.mFullSpan ? mSpanCount : 1,
2395 public final int getSpanIndex() { method in class:StaggeredGridLayoutManager.LayoutParams

Completed in 77 milliseconds