Home | History | Annotate | Download | only in view

Lines Matching refs:overscrollBottom

1335         final int overscrollBottom = Math.max(0, scrollRange - contentHeight);
1338 } else if (scrollY > overscrollBottom) {
1339 scrollRange += scrollY - overscrollBottom;
1364 final int overscrollBottom = Math.max(0, scrollRange - contentWidth);
1367 } else if (scrollX > overscrollBottom) {
1368 scrollRange += scrollX - overscrollBottom;