public interface IBottomView
| 限定符和类型 | 方法和说明 |
|---|---|
android.view.View |
getView() |
void |
onFinish() |
void |
onPullingUp(float fraction,
float maxBottomHeight,
float bottomHeight)
上拉准备加载更多的动作
|
void |
onPullReleasing(float fraction,
float maxBottomHeight,
float bottomHeight)
上拉释放过程
|
void |
reset() |
void |
startAnim(float maxBottomHeight,
float bottomHeight) |
android.view.View getView()
void onPullingUp(float fraction,
float maxBottomHeight,
float bottomHeight)
fraction - 上拉高度与Bottom总高度之比maxBottomHeight - 底部部可拉伸最大高度bottomHeight - 底部高度void startAnim(float maxBottomHeight,
float bottomHeight)
void onPullReleasing(float fraction,
float maxBottomHeight,
float bottomHeight)
void onFinish()
void reset()