Searched refs:spanCount (Results 1 – 3 of 3) sorted by relevance
341 int spanCount = mSpanCount; in getSpans() local347 for (int i = 0; i < spanCount; i++) { in getSpans()377 ret = (Object[]) Array.newInstance(kind, spanCount - i + 1); in getSpans()
1848 final int spanCount = spans.length; in update() local1849 for (int i = 0; i < spanCount; i++) { in update()
9602 properties.spanCount = a.getInt(R.styleable.RecyclerView_spanCount, 1); in getProperties()9649 public int spanCount; field in RecyclerView.LayoutManager.Properties