Searched defs:getSpanIndex (Results 1 - 3 of 3) sorted by path

/frameworks/support/car/src/main/java/androidx/car/widget/
H A DGridLayoutManagerUtils.java56 public static int getSpanIndex(View item) { method in class:GridLayoutManagerUtils
59 return layoutParams.getSpanIndex();
79 int spanSum = GridLayoutManagerUtils.getSpanIndex(parent.getChildAt(index));
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
H A DGridLayoutManager.java155 glp.getSpanIndex(), glp.getSpanSize(),
161 glp.getSpanIndex(), glp.getSpanSize(),
195 mPreLayoutSpanIndexCache.put(viewPosition, lp.getSpanIndex());
389 int span = getSpanIndex(recycler, state, anchorInfo.mPosition);
394 span = getSpanIndex(recycler, state, anchorInfo.mPosition);
402 int next = getSpanIndex(recycler, state, pos + 1);
428 final int span = getSpanIndex(recycler, state, position);
466 private int getSpanIndex(RecyclerView.Recycler recycler, RecyclerView.State state, int pos) { method in class:GridLayoutManager
541 int itemSpanIndex = getSpanIndex(recycler, state, layoutState.mCurrentPosition);
845 * Sets whether the results of {@link #getSpanIndex(in
908 public int getSpanIndex(int position, int spanCount) { method in class:GridLayoutManager.SpanSizeLookup
1131 public int getSpanIndex(int position, int spanCount) { method in class:GridLayoutManager.DefaultSpanSizeLookup
1188 public int getSpanIndex() { method in class:GridLayoutManager.LayoutParams
[all...]
H A DStaggeredGridLayoutManager.java1291 sglp.getSpanIndex(), sglp.mFullSpan ? mSpanCount : 1,
1297 sglp.getSpanIndex(), sglp.mFullSpan ? mSpanCount : 1,
2499 public final int getSpanIndex() { method in class:StaggeredGridLayoutManager.LayoutParams

Completed in 144 milliseconds