Home
last modified time | relevance | path

Searched defs:before (Results 1 – 13 of 13) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DGridLayoutManagerNoOpUpdateTest.java71 Map<Long, Rect> before = takeSnapshot(); in rtlChanges() local
82 private void assertSnapshotsEqual(Map<Long, Rect> before, Map<Long, Rect> after) { in assertSnapshotsEqual()
DDefaultItemAnimatorTest.java212 …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()
DBaseLinearLayoutManagerTest.java192 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
DStaggeredGridLayoutManagerBaseConfigSetTest.java492 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
DBaseStaggeredGridLayoutManagerTest.java158 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
DLinearLayoutManagerBaseConfigSetTest.java78 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in scrollToPositionWithOffsetTest() local
DLinearLayoutManagerSavedStateTest.java286 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedStateTest() local
DStaggeredGridLayoutManagerSavedStateTest.java214 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in savedState() local
DStaggeredGridLayoutManagerTest.java1300 Map<Item, Rect> before = mLayoutManager.collectChildCoordinates(); in spanReassignmentsOnItemChange() local
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DChildHelper.java518 final long before = mData & mask; in insert() local
542 final long before = mData & mask; in remove() local
DLinearSmoothScroller.java273 final int before = tmpDt; in clampApplyScroll() local
/recyclerview/recyclerview-benchmark/src/androidTest/java/androidx/recyclerview/benchmark/
DDiffBenchmark.kt108 val before: List<Int>, constant in androidx.recyclerview.benchmark.DiffBenchmark.Input
/recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/
DDiffUtilTest.kt37 private val before = mutableListOf<Item>() in <lambda>() constant in androidx.recyclerview.widget.DiffUtilTest