Searched refs:collectChildCoordinates (Results 1 – 10 of 10) sorted by relevance
425 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 …]
95 final Map<Item, Rect> actualCoords = mLayoutManager.collectChildCoordinates(); in gapAtTheBeginningOfTheListTest()102 final Map<Item, Rect> desiredCoords = mLayoutManager.collectChildCoordinates(); in gapAtTheBeginningOfTheListTest()
282 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedStateTest()339 before, mLayoutManager.collectChildCoordinates(), strictItemEquality); in savedStateTest()345 before, mLayoutManager.collectChildCoordinates(), strictItemEquality); in savedStateTest()
236 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()
167 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedState()220 before, mLayoutManager.collectChildCoordinates(), strictItemEquality); in savedState()
83 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scrollToPositionWithOffsetTest()91 before, mLayoutManager.collectChildCoordinates()); in scrollToPositionWithOffsetTest()
471 assertTrue("Children not laid out", mLayoutManager.collectChildCoordinates().size() > 0); in scrollAndClear()483 assertEquals("Remaining children", 0, mLayoutManager.collectChildCoordinates().size()); in scrollAndClear()
312 collectChildCoordinates(recyclerView); in Snapshot()444 void collectChildCoordinates(RecyclerView recyclerView) throws Throwable { in collectChildCoordinates() method in BaseWrapContentTest.Snapshot
507 Map<Item, Rect> collectChildCoordinates() throws Throwable { in collectChildCoordinates() method
652 Map<Item, Rect> collectChildCoordinates() throws Throwable { in collectChildCoordinates() method in BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager