Home
last modified time | relevance | path

Searched refs:collectChildCoordinates (Results 1 – 10 of 10) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerBaseConfigSetTest.java425 Map<Item, Rect> itemRectMap = mLayoutManager.collectChildCoordinates(); in viewSnapTest()
490 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scrollToPositionWithOffsetTest()
493 before, mLayoutManager.collectChildCoordinates()); in scrollToPositionWithOffsetTest()
567 Map<Item, Rect> initialBounds = mLayoutManager.collectChildCoordinates(); in scrollToPositionTest()
590 initialBounds, mLayoutManager.collectChildCoordinates()); in scrollToPositionTest()
676 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scollByTest()
678 Map<Item, Rect> after = mLayoutManager.collectChildCoordinates(); in scollByTest()
686 before = mLayoutManager.collectChildCoordinates(); in scollByTest()
688 after = mLayoutManager.collectChildCoordinates(); in scollByTest()
822 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in consistentRelayoutTest()
[all …]
DStaggeredGridLayoutManagerGapTest.java95 final Map<Item, Rect> actualCoords = mLayoutManager.collectChildCoordinates(); in gapAtTheBeginningOfTheListTest()
102 final Map<Item, Rect> desiredCoords = mLayoutManager.collectChildCoordinates(); in gapAtTheBeginningOfTheListTest()
DLinearLayoutManagerSavedStateTest.java282 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedStateTest()
339 before, mLayoutManager.collectChildCoordinates(), strictItemEquality); in savedStateTest()
345 before, mLayoutManager.collectChildCoordinates(), strictItemEquality); in savedStateTest()
DStaggeredGridLayoutManagerTest.java236 final Map<Item, Rect> desiredPositions = mLayoutManager.collectChildCoordinates(); in gapHandlingWhenItemMovesToTopTest()
249 mLayoutManager.collectChildCoordinates()); in gapHandlingWhenItemMovesToTopTest()
690 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in spanReassignmentsOnItemChange()
702 mLayoutManager.collectChildCoordinates() in spanReassignmentsOnItemChange()
709 + "layout", before, mLayoutManager.collectChildCoordinates()); in spanReassignmentsOnItemChange()
771 assertTrue("Children not laid out", mLayoutManager.collectChildCoordinates().size() > 0); in scrollAndClear()
783 assertEquals("Remaining children", 0, mLayoutManager.collectChildCoordinates().size()); in scrollAndClear()
DStaggeredGridLayoutManagerSavedStateTest.java167 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedState()
220 before, mLayoutManager.collectChildCoordinates(), strictItemEquality); in savedState()
DLinearLayoutManagerBaseConfigSetTest.java83 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scrollToPositionWithOffsetTest()
91 before, mLayoutManager.collectChildCoordinates()); in scrollToPositionWithOffsetTest()
DLinearLayoutManagerTest.java471 assertTrue("Children not laid out", mLayoutManager.collectChildCoordinates().size() > 0); in scrollAndClear()
483 assertEquals("Remaining children", 0, mLayoutManager.collectChildCoordinates().size()); in scrollAndClear()
DBaseWrapContentTest.java312 collectChildCoordinates(recyclerView); in Snapshot()
444 void collectChildCoordinates(RecyclerView recyclerView) throws Throwable { in collectChildCoordinates() method in BaseWrapContentTest.Snapshot
DBaseLinearLayoutManagerTest.java507 Map<Item, Rect> collectChildCoordinates() throws Throwable { in collectChildCoordinates() method
DBaseStaggeredGridLayoutManagerTest.java652 Map<Item, Rect> collectChildCoordinates() throws Throwable { in collectChildCoordinates() method in BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager