Class SimpleBoundaryDecider
-
- All Implemented Interfaces:
public class SimpleBoundaryDecider
滚动边界 Created by scwang on 2017/7/8.
-
-
Field Summary
Fields Modifier and Type Field Description public PointF
mActionEvent
public ScrollBoundaryDecider
boundary
public boolean
mEnableLoadMoreWhenContentNotFull
-
Constructor Summary
Constructors Constructor Description SimpleBoundaryDecider()
-
Method Summary
Modifier and Type Method Description boolean
canRefresh(View content)
boolean
canLoadMore(View content)
-
-
Method Detail
-
canRefresh
boolean canRefresh(View content)
-
canLoadMore
boolean canLoadMore(View content)
-
-
-
-