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