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

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DGridLayoutManager.java135 glp.getSpanIndex(), glp.getSpanSize(),
137 mSpanCount > 1 && glp.getSpanSize() == mSpanCount, false));
141 glp.getSpanIndex(), glp.getSpanSize(),
142 mSpanCount > 1 && glp.getSpanSize() == mSpanCount, false));
168 mPreLayoutSpanSizeCache.put(viewPosition, lp.getSpanSize());
310 private int getSpanSize(RecyclerView.Recycler recycler, RecyclerView.State state, int pos) { method in class:GridLayoutManager
312 return mSpanSizeLookup.getSpanSize(pos);
328 return mSpanSizeLookup.getSpanSize(adapterPosition);
341 int itemSpanSize = getSpanSize(recycler, state, layoutState.mCurrentPosition);
346 final int spanSize = getSpanSize(recycle
583 abstract public int getSpanSize(int position); method in class:GridLayoutManager.SpanSizeLookup
744 public int getSpanSize(int position) { method in class:GridLayoutManager.DefaultSpanSizeLookup
815 public int getSpanSize() { method in class:GridLayoutManager.LayoutParams
[all...]

Completed in 70 milliseconds