| /recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/ |
| D | GridLayoutManagerNoOpUpdateTest.java | 71 Map<Long, Rect> before = takeSnapshot(); in rtlChanges() local 82 private void assertSnapshotsEqual(Map<Long, Rect> before, Map<Long, Rect> after) { in assertSnapshotsEqual()
|
| D | DefaultItemAnimatorTest.java | 212 …public void cancelTest(boolean before, int count, final RecyclerView.ViewHolder... toCancel) throw… in cancelTest() 276 public void cancelChangeOldTest(boolean before) throws Throwable { in cancelChangeOldTest() 294 public void cancelChangeNewTest(boolean before) throws Throwable { in cancelChangeNewTest() 312 public void cancelChangeBothTest(boolean before) throws Throwable { in cancelChangeBothTest()
|
| D | BaseLinearLayoutManagerTest.java | 192 public void assertRectSetsNotEqual(String message, Map<Item, Rect> before, in assertRectSetsNotEqual() 205 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after) { in assertRectSetsEqual() 209 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after, in assertRectSetsEqual() 228 Map<Item, Rect> before, in LayoutEquality() 338 void before(RecyclerView.Recycler recycler, RecyclerView.State state) { in before() method in BaseLinearLayoutManagerTest.OnLayoutListener
|
| D | StaggeredGridLayoutManagerBaseConfigSetTest.java | 492 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scrollToPositionWithOffsetTest() local 678 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scollByTest() local 827 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in consistentRelayoutTest() local
|
| D | BaseStaggeredGridLayoutManagerTest.java | 158 public void assertRectSetsNotEqual(String message, Map<Item, Rect> before, in assertRectSetsNotEqual() 169 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after) { in assertRectSetsEqual() 173 public void assertRectSetsEqual(String message, Map<Item, Rect> before, Map<Item, Rect> after, in assertRectSetsEqual() 280 void before(RecyclerView.Recycler recycler, RecyclerView.State state) { in before() method in BaseStaggeredGridLayoutManagerTest.OnLayoutListener 577 String before; in onLayoutChildren() local
|
| D | LinearLayoutManagerBaseConfigSetTest.java | 78 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scrollToPositionWithOffsetTest() local
|
| D | LinearLayoutManagerSavedStateTest.java | 286 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedStateTest() local
|
| D | StaggeredGridLayoutManagerSavedStateTest.java | 214 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedState() local
|
| D | StaggeredGridLayoutManagerTest.java | 1300 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in spanReassignmentsOnItemChange() local
|
| /recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/ |
| D | ChildHelper.java | 518 final long before = mData & mask; in insert() local 542 final long before = mData & mask; in remove() local
|
| D | LinearSmoothScroller.java | 273 final int before = tmpDt; in clampApplyScroll() local
|
| /recyclerview/recyclerview-benchmark/src/androidTest/java/androidx/recyclerview/benchmark/ |
| D | DiffBenchmark.kt | 108 val before: List<Int>, constant in androidx.recyclerview.benchmark.DiffBenchmark.Input
|
| /recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/ |
| D | DiffUtilTest.kt | 37 private val before = mutableListOf<Item>() in <lambda>() constant in androidx.recyclerview.widget.DiffUtilTest
|