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