Searched refs:assertMap (Results 1 – 1 of 1) sorted by relevance
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | BaseWrapContentTest.java | 346 assertMap("child coordinates. step:" + step, mChildCoordinates, in assertSame() 351 assertMap("appearing step:" + step, mAppear, other.mAppear); in assertSame() 352 assertMap("disappearing step:" + step, mDisappear, other.mDisappear); in assertSame() 353 assertMap("persistent step:" + step, mPersistent, other.mPersistent); in assertSame() 354 assertMap("changed step:" + step, mChanged, other.mChanged); in assertSame() 357 private void assertMap(String prefix, LongSparseArray<?> map1, LongSparseArray<?> map2) { in assertMap() method in BaseWrapContentTest.Snapshot
|