HomeSort by relevance Sort by last modified time
    Searched full:collectchildcoordinates (Results 1 - 2 of 2) sorted by null

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerTest.java 499 final Map<Item, Rect> actualCoords = mLayoutManager.collectChildCoordinates();
505 final Map<Item, Rect> desiredCoords = mLayoutManager.collectChildCoordinates();
560 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
572 mLayoutManager.collectChildCoordinates()
579 + "layout", before, mLayoutManager.collectChildCoordinates());
609 Map<Item, Rect> itemRectMap = mLayoutManager.collectChildCoordinates();
    [all...]
LinearLayoutManagerTest.java 156 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates();
164 before, mLayoutManager.collectChildCoordinates());
    [all...]

Completed in 566 milliseconds