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