Пример #1
0
 public RCAnimatorListener(DraggableRecyclerView container)
 {
     this.container = container;
 }
Пример #2
0
 public LongPressListener(DraggableRecyclerView container)
 {
     this.container = container;
 }
Пример #3
0
 public ValueAnimatorUpdateListner(DraggableRecyclerView container)
 {
     this.container = container;
 }