-
public final class CarouselView.DiffCallback extends DiffUtil.ItemCallback<Component>
-
-
Constructor Summary
Constructors Constructor Description CarouselView.DiffCallback()
-
Method Summary
Modifier and Type Method Description BooleanareItemsTheSame(Component oldItem, Component newItem)BooleanareContentsTheSame(Component oldItem, Component newItem)-
-
Method Detail
-
areItemsTheSame
Boolean areItemsTheSame(Component oldItem, Component newItem)
-
areContentsTheSame
Boolean areContentsTheSame(Component oldItem, Component newItem)
-
-
-
-