Searched refs:scrollThreshold (Results 1 – 2 of 2) 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()
132 float scrollThreshold = SHIFT_THRESHOLD * scrollPerPage; in setScroll() local133 if (currentScroll < pageToLeftScroll + scrollThreshold) { in setScroll()136 } else if (currentScroll > pageToRightScroll - scrollThreshold) { in setScroll()