On Multi Listener
多功能监听器 Created by scwang on 2017/5/26.
Functions
Link copied to clipboard
Link copied to clipboard
public abstract void onFooterMoving(RefreshFooter footer, boolean isDragging, float percent, int offset, int footerHeight, int maxDragHeight)
手指拖动上拉(会连续多次调用,添加isDragging并取代之前的onPulling、onReleasing)
Link copied to clipboard
Link copied to clipboard
public abstract void onFooterStartAnimator(RefreshFooter footer, int footerHeight, int maxDragHeight)
Link copied to clipboard
Link copied to clipboard
public abstract void onHeaderMoving(RefreshHeader header, boolean isDragging, float percent, int offset, int headerHeight, int maxDragHeight)
手指拖动下拉(会连续多次调用,添加isDragging并取代之前的onPulling、onReleasing)
Link copied to clipboard
Link copied to clipboard
public abstract void onHeaderStartAnimator(RefreshHeader header, int headerHeight, int maxDragHeight)