Home
last modified time | relevance | path

Searched refs:getSpanCount (Results 1 – 4 of 4) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DGridLayoutManagerTest.java163 ssl.getSpanGroupIndex(position, mGlm.getSpanCount()), in accessibilitySpanIndicesTest()
166 ssl.getSpanIndex(position, mGlm.getSpanCount()), in accessibilitySpanIndicesTest()
525 mGlm.getSpanSizeLookup().getSpanIndex(pos, mGlm.getSpanCount()), in scrollBackAndPreservePositionsTest()
575 mGlm.getSpanSizeLookup().getSpanIndex(pos, mGlm.getSpanCount()), in scrollBackAndPreservePositionsTest()
680 return mFullSpanItems.contains(position) ? glm.getSpanCount() : 1; in assignSpanSizeLookup()
DStaggeredGridLayoutManagerTest.java458 VisibleChildren queryResult = new VisibleChildren(mLayoutManager.getSpanCount()); in getFirstLastChildrenTest()
461 provideArr ? new int[mLayoutManager.getSpanCount()] : null); in getFirstLastChildrenTest()
464 provideArr ? new int[mLayoutManager.getSpanCount()] : null); in getFirstLastChildrenTest()
467 provideArr ? new int[mLayoutManager.getSpanCount()] : null); in getFirstLastChildrenTest()
470 provideArr ? new int[mLayoutManager.getSpanCount()] : null); in getFirstLastChildrenTest()
910 1, mLayoutManager.getSpanCount()); in testSpanCountChangeOnRestoreSavedState()
1082 config.mSpanCount, mLayoutManager.getSpanCount()); in savedStateTest()
1627 for (int i = 0; i < getSpanCount(); i++) { in collectChildrenBySpan()
1674 final VisibleChildren visibleChildren = new VisibleChildren(getSpanCount()); in traverseAndFindVisibleChildren()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DGridLayoutManager.java539 public int getSpanCount() { in getSpanCount() method in GridLayoutManager
DStaggeredGridLayoutManager.java477 public int getSpanCount() {