Searched defs:assertRectSetsEqual (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DLinearLayoutManagerTest.java432 assertRectSetsEqual(config + " trying to over scroll with offset should be no-op",
1063 assertRectSetsEqual(
1109 assertRectSetsEqual("NOT " + message, before, after, strictItemEquality);
1116 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after) { method in class:LinearLayoutManagerTest
1117 assertRectSetsEqual(message, before, after, true);
1120 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after, method in class:LinearLayoutManagerTest
H A DStaggeredGridLayoutManagerTest.java306 assertRectSetsEqual("final position after a move", desiredPositions,
818 assertRectSetsEqual(logPrefix + " when an item from the start of the list is deleted, "
885 assertRectSetsEqual(config + " when an item towards the head of the list is deleted, it "
1241 assertRectSetsEqual(config + "\npost layout op:" + postLayoutOperations.describe()
1283 assertRectSetsEqual(config + " trying to over scroll with offset should be no-op",
1416 assertRectSetsEqual(
1558 assertRectSetsEqual(
1652 assertRectSetsEqual(
1672 assertRectSetsEqual(config + " simple re-layout after scroll", before, after);
1696 assertRectSetsEqual("NO
1703 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after) { method in class:StaggeredGridLayoutManagerTest
1707 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after, method in class:StaggeredGridLayoutManagerTest
[all...]

Completed in 55 milliseconds