Searched refs:DIFF_CALLBACK (Results 1 – 5 of 5) sorted by relevance
100 private val DIFF_CALLBACK = object : DiffUtil.ItemCallback<String>() { constant114 val diffResult = PagedStorageDiffHelper.computeDiff(oldList, newList, DIFF_CALLBACK) in validateTwoListDiff()
48 static final DiffUtil.ItemCallback<Item> DIFF_CALLBACK = new DiffUtil.ItemCallback<Item>() { field in Item
32 super(Item.DIFF_CALLBACK); in PagedListItemAdapter()
99 public static final DiffUtil.ItemCallback<Customer> DIFF_CALLBACK = field in Customer
40 super(Customer.DIFF_CALLBACK); in PagedListCustomerAdapter()