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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerGapTest.java95 final Map<Item, Rect> actualCoords = mLayoutManager.collectChildCoordinates();
102 final Map<Item, Rect> desiredCoords = mLayoutManager.collectChildCoordinates();
H A DStaggeredGridLayoutManagerBaseConfigSetTest.java425 Map<Item, Rect> itemRectMap = mLayoutManager.collectChildCoordinates();
490 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
493 before, mLayoutManager.collectChildCoordinates());
567 Map<Item, Rect> initialBounds = mLayoutManager.collectChildCoordinates();
590 initialBounds, mLayoutManager.collectChildCoordinates());
676 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
678 Map<Item, Rect> after = mLayoutManager.collectChildCoordinates();
686 before = mLayoutManager.collectChildCoordinates();
688 after = mLayoutManager.collectChildCoordinates();
822 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
[all...]
H A DLinearLayoutManagerSavedStateTest.java282 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
339 before, mLayoutManager.collectChildCoordinates(), strictItemEquality);
345 before, mLayoutManager.collectChildCoordinates(), strictItemEquality);
H A DStaggeredGridLayoutManagerSavedStateTest.java167 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
220 before, mLayoutManager.collectChildCoordinates(), strictItemEquality);
H A DStaggeredGridLayoutManagerTest.java236 final Map<Item, Rect> desiredPositions = mLayoutManager.collectChildCoordinates();
249 mLayoutManager.collectChildCoordinates());
697 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
709 mLayoutManager.collectChildCoordinates()
716 + "layout", before, mLayoutManager.collectChildCoordinates());
778 assertTrue("Children not laid out", mLayoutManager.collectChildCoordinates().size() > 0);
790 assertEquals("Remaining children", 0, mLayoutManager.collectChildCoordinates().size());
H A DLinearLayoutManagerBaseConfigSetTest.java77 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
85 before, mLayoutManager.collectChildCoordinates());
H A DBaseWrapContentTest.java311 collectChildCoordinates(recyclerView);
443 void collectChildCoordinates(RecyclerView recyclerView) throws Throwable { method in class:BaseWrapContentTest.Snapshot
H A DLinearLayoutManagerTest.java463 assertTrue("Children not laid out", mLayoutManager.collectChildCoordinates().size() > 0);
475 assertEquals("Remaining children", 0, mLayoutManager.collectChildCoordinates().size());
H A DBaseLinearLayoutManagerTest.java599 Map<Item, Rect> collectChildCoordinates() throws Throwable { method in class:BaseLinearLayoutManagerTest.WrappedLinearLayoutManager
H A DBaseStaggeredGridLayoutManagerTest.java721 Map<Item, Rect> collectChildCoordinates() throws Throwable { method in class:BaseStaggeredGridLayoutManagerTest.WrappedLayoutManager

Completed in 779 milliseconds