HomeSort by relevance Sort by last modified time
    Searched refs:assertRectSetsEqual (Results 1 - 8 of 8) sorted by null

  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
StaggeredGridLayoutManagerGapTest.java 103 assertRectSetsEqual(" when an item from the start of the list is deleted, "
BaseLinearLayoutManagerTest.java 177 assertRectSetsEqual("NOT " + message, before, after, strictItemEquality);
184 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after) {
185 assertRectSetsEqual(message, before, after, true);
188 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after,
StaggeredGridLayoutManagerBaseConfigSetTest.java 492 assertRectSetsEqual(mConfig + " trying to over scroll with offset should be no-op",
588 assertRectSetsEqual(
679 assertRectSetsEqual(
    [all...]
BaseStaggeredGridLayoutManagerTest.java 141 assertRectSetsEqual("NOT " + message, before, after);
148 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after) {
149 assertRectSetsEqual(message, before, after, true);
152 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after,
    [all...]
StaggeredGridLayoutManagerSavedStateTest.java 218 assertRectSetsEqual(mConfig + "\npost layout op:" + mPostLayoutOperations.describe()
LinearLayoutManagerSavedStateTest.java 337 assertRectSetsEqual(
LinearLayoutManagerBaseConfigSetTest.java 90 assertRectSetsEqual(config + " trying to over scroll with offset should be no-op",
StaggeredGridLayoutManagerTest.java 248 assertRectSetsEqual("final position after a move", desiredPositions,
700 assertRectSetsEqual(config + " when an item towards the head of the list is deleted, it "
    [all...]

Completed in 39 milliseconds