Searched refs:scrollThreshold (Results 1 – 1 of 1) sorted by relevance
39 private int scrollThreshold; field in BottomScrollView73 return scrollThreshold; in getScrollThreshold()81 scrollThreshold = Math.max(0, child.getMeasuredHeight() - b + t - getPaddingBottom()); in onLayout()101 if (getScrollY() >= scrollThreshold) { in checkScroll()