Exemplo n.º 1
0
 public CustomRefreshListener(SwipeRefreshLayout swipeRefreshLayout)
 {
     this.swipeRefreshLayout = swipeRefreshLayout;
 }
Exemplo n.º 2
0
 public CustommAnimateToStartPosition(SwipeRefreshLayout swipeRefreshLayout)
 {
     this.swipeRefreshLayout = swipeRefreshLayout;
 }
Exemplo n.º 3
0
 public CustommScaleDownAnimation(SwipeRefreshLayout swipeRefreshLayout)
 {
     this.swipeRefreshLayout = swipeRefreshLayout;
 }
Exemplo n.º 4
0
 public CustomAlphaAnimation(SwipeRefreshLayout swipeRefreshLayout, int startingAlpha, int endingAlpha)
 {
     this.swipeRefreshLayout = swipeRefreshLayout;
     this.startingAlpha      = startingAlpha;
     this.endingAlpha        = endingAlpha;
 }