canLoadMore

public static boolean canLoadMore(View targetView, PointF touch, boolean contentFull)

判断内容视图是否可以加载更多

Return

是否可以刷新

Parameters

targetView

内容视图

touch

按压事件位置

contentFull

内容是否填满页面 (未填满时,会通过canScrollUp自动判断)