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