Home | History | Annotate | Download | only in widget

Lines Matching refs:screenBottom

1035                     int screenBottom = getScrollY() + getHeight() - mPaddingBottom;
1036 if (daBottom - screenBottom < maxJump) {
1037 scrollDelta = daBottom - screenBottom;
1306 int screenBottom = screenTop + height;
1317 screenBottom -= fadingEdge;
1322 if (rect.bottom > screenBottom && rect.top > screenTop) {
1332 scrollYDelta += (rect.bottom - screenBottom);
1337 int distanceToBottom = bottom - screenBottom;
1340 } else if (rect.top < screenTop && rect.bottom < screenBottom) {
1347 scrollYDelta -= (screenBottom - rect.bottom);