wpc
2018-11-27 680fbc9e73da3e11988557cf88fd935efd3e0b1e
1
2
3
4
5
6
7
8
9
10
11
package com.lcjian.library.widget.TitleBar;
 
import android.view.View;
 
public interface ContentHandler {
    boolean checkCanDoRefresh(final MaterialHeaderLayout frame, final View content, final View header);
 
    void onChange(float ratio, float offsetY);
 
    void onOffsetCalculated(int totalOffset);
}