Home
last modified time | relevance | path

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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DStaggeredGridLayoutManagerTest.java714 final Map<Item, Rect> actualCoords = mLayoutManager.collectChildCoordinates(); in gapAtTheBeginningOfTheListTest()
720 final Map<Item, Rect> desiredCoords = mLayoutManager.collectChildCoordinates(); in gapAtTheBeginningOfTheListTest()
776 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in testSpanReassignmentsOnItemChange()
788 mLayoutManager.collectChildCoordinates() in testSpanReassignmentsOnItemChange()
795 + "layout", before, mLayoutManager.collectChildCoordinates()); in testSpanReassignmentsOnItemChange()
825 Map<Item, Rect> itemRectMap = mLayoutManager.collectChildCoordinates(); in viewSnapTest()
1051 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedStateTest()
1091 before, mLayoutManager.collectChildCoordinates() in savedStateTest()
1111 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scrollToPositionWithOffsetTest()
1114 before, mLayoutManager.collectChildCoordinates()); in scrollToPositionWithOffsetTest()
[all …]
DLinearLayoutManagerTest.java156 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scrollToPositionWithOffsetTest()
164 before, mLayoutManager.collectChildCoordinates()); in scrollToPositionWithOffsetTest()
740 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedStateTest()
782 before, mLayoutManager.collectChildCoordinates()); in savedStateTest()
788 before, mLayoutManager.collectChildCoordinates()); in savedStateTest()
1051 Map<Item, Rect> collectChildCoordinates() throws Throwable { in collectChildCoordinates() method in LinearLayoutManagerTest.WrappedLinearLayoutManager