Home | History | Annotate | Download | only in widget

Lines Matching refs:overscrollRight

1175         final int overscrollRight = Math.max(0, scrollRange - contentWidth);
1178 } else if (scrollX > overscrollRight) {
1179 scrollRange += scrollX - overscrollRight;