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

/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
H A DStaggeredGridLayoutManagerGapTest.java96 final Map<Item, Rect> actualCoords = mLayoutManager.collectChildCoordinates();
103 final Map<Item, Rect> desiredCoords = mLayoutManager.collectChildCoordinates();
H A DStaggeredGridLayoutManagerBaseConfigSetTest.java427 Map<Item, Rect> itemRectMap = mLayoutManager.collectChildCoordinates();
492 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
495 before, mLayoutManager.collectChildCoordinates());
569 Map<Item, Rect> initialBounds = mLayoutManager.collectChildCoordinates();
592 initialBounds, mLayoutManager.collectChildCoordinates());
678 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
680 Map<Item, Rect> after = mLayoutManager.collectChildCoordinates();
688 before = mLayoutManager.collectChildCoordinates();
690 after = mLayoutManager.collectChildCoordinates();
827 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
[all...]
H A DLinearLayoutManagerSavedStateTest.java283 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
340 before, mLayoutManager.collectChildCoordinates(), strictItemEquality);
346 before, mLayoutManager.collectChildCoordinates(), strictItemEquality);
H A DStaggeredGridLayoutManagerSavedStateTest.java168 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
221 before, mLayoutManager.collectChildCoordinates(), strictItemEquality);
H A DStaggeredGridLayoutManagerTest.java312 final Map<Item, Rect> desiredPositions = mLayoutManager.collectChildCoordinates();
325 mLayoutManager.collectChildCoordinates());
1231 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
1243 mLayoutManager.collectChildCoordinates()
1250 + "layout", before, mLayoutManager.collectChildCoordinates());
1312 assertTrue("Children not laid out", mLayoutManager.collectChildCoordinates().size() > 0);
1324 assertEquals("Remaining children", 0, mLayoutManager.collectChildCoordinates().size());
H A DLinearLayoutManagerBaseConfigSetTest.java78 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
86 before, mLayoutManager.collectChildCoordinates());
H A DBaseWrapContentTest.java305 collectChildCoordinates(recyclerView);
437 void collectChildCoordinates(RecyclerView recyclerView) throws Throwable { method in class:BaseWrapContentTest.Snapshot
H A DBaseLinearLayoutManagerTest.java600 Map<Item, Rect> collectChildCoordinates() throws Throwable { method in class:BaseLinearLayoutManagerTest.WrappedLinearLayoutManager
H A DLinearLayoutManagerTest.java1235 assertTrue("Children not laid out", mLayoutManager.collectChildCoordinates().size() > 0);
1247 assertEquals("Remaining children", 0, mLayoutManager.collectChildCoordinates().size());
H A DBaseStaggeredGridLayoutManagerTest.java745 Map<Item, Rect> collectChildCoordinates() throws Throwable { method in class:BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager

Completed in 89 milliseconds