Searched refs:assertRectSetsEqual (Results 1 - 8 of 8) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DStaggeredGridLayoutManagerGapTest.java103 assertRectSetsEqual(" when an item from the start of the list is deleted, "
H A DBaseLinearLayoutManagerTest.java177 assertRectSetsEqual("NOT " + message, before, after, strictItemEquality);
184 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after) { method in class:BaseLinearLayoutManagerTest
185 assertRectSetsEqual(message, before, after, true);
188 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after, method in class:BaseLinearLayoutManagerTest
H A DStaggeredGridLayoutManagerBaseConfigSetTest.java492 assertRectSetsEqual(mConfig + " trying to over scroll with offset should be no-op",
588 assertRectSetsEqual(
679 assertRectSetsEqual(
825 assertRectSetsEqual(
845 assertRectSetsEqual(config + " simple re-layout after scroll", before, after);
H A DBaseStaggeredGridLayoutManagerTest.java141 assertRectSetsEqual("NOT " + message, before, after);
148 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after) { method in class:BaseStaggeredGridLayoutManagerTest
149 assertRectSetsEqual(message, before, after, true);
152 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after, method in class:BaseStaggeredGridLayoutManagerTest
H A DStaggeredGridLayoutManagerSavedStateTest.java218 assertRectSetsEqual(mConfig + "\npost layout op:" + mPostLayoutOperations.describe()
H A DLinearLayoutManagerSavedStateTest.java337 assertRectSetsEqual(
H A DLinearLayoutManagerBaseConfigSetTest.java90 assertRectSetsEqual(config + " trying to over scroll with offset should be no-op",
H A DStaggeredGridLayoutManagerTest.java248 assertRectSetsEqual("final position after a move", desiredPositions,
700 assertRectSetsEqual(config + " when an item towards the head of the list is deleted, it "

Completed in 109 milliseconds