Home | History | Annotate | Download | only in view

Lines Matching refs:screenBottom

1181                     int screenBottom = getScrollY() + getHeight() - mPaddingBottom;
1182 if (daBottom - screenBottom < maxJump) {
1183 scrollDelta = daBottom - screenBottom;
1538 int screenBottom = screenTop + height;
1549 screenBottom -= fadingEdge;
1554 if (rect.bottom > screenBottom && rect.top > screenTop) {
1564 scrollYDelta += (rect.bottom - screenBottom);
1569 int distanceToBottom = bottom - screenBottom;
1572 } else if (rect.top < screenTop && rect.bottom < screenBottom) {
1579 scrollYDelta -= (screenBottom - rect.bottom);