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

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerTest.java294 final Map<Item, Rect> desiredPositions = mLayoutManager.collectChildCoordinates();
307 mLayoutManager.collectChildCoordinates());
810 final Map<Item, Rect> actualCoords = mLayoutManager.collectChildCoordinates();
817 final Map<Item, Rect> desiredCoords = mLayoutManager.collectChildCoordinates();
875 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
887 mLayoutManager.collectChildCoordinates()
894 + "layout", before, mLayoutManager.collectChildCoordinates());
939 Map<Item, Rect> itemRectMap = mLayoutManager.collectChildCoordinates();
1192 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
1243 before, mLayoutManager.collectChildCoordinates(), strictItemEqualit
1942 Map<Item, Rect> collectChildCoordinates() throws Throwable { method in class:StaggeredGridLayoutManagerTest.WrappedLayoutManager
[all...]
H A DLinearLayoutManagerTest.java425 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
433 before, mLayoutManager.collectChildCoordinates());
1012 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
1065 before, mLayoutManager.collectChildCoordinates(), strictItemEquality);
1071 before, mLayoutManager.collectChildCoordinates(), strictItemEquality);
1080 assertTrue("Children not laid out", mLayoutManager.collectChildCoordinates().size() > 0);
1092 assertEquals("Remaining children", 0, mLayoutManager.collectChildCoordinates().size());
1504 Map<Item, Rect> collectChildCoordinates() throws Throwable { method in class:LinearLayoutManagerTest.WrappedLinearLayoutManager

Completed in 29 milliseconds