Ejemplo n.º 1
0
 public BubbleAnimationEndListener(FastScrollerLayout fastScrollerLayout)
 {
     FastScrollerLayout = fastScrollerLayout ?? throw new ArgumentNullException(nameof(fastScrollerLayout));
 }
Ejemplo n.º 2
0
 public RecyclerScrollListener(FastScrollerLayout fastScrollerLayout)
 {
     FastScrollerLayout = fastScrollerLayout ?? throw new ArgumentNullException(nameof(fastScrollerLayout));
 }