Home | History | Annotate | Download | only in widget

Lines Matching refs:screenBottom

1056                     int screenBottom = getScrollY() + getHeight() - mPaddingBottom;
1057 if (daBottom - screenBottom < maxJump) {
1058 scrollDelta = daBottom - screenBottom;
1327 int screenBottom = screenTop + height;
1338 screenBottom -= fadingEdge;
1343 if (rect.bottom > screenBottom && rect.top > screenTop) {
1353 scrollYDelta += (rect.bottom - screenBottom);
1358 int distanceToBottom = bottom - screenBottom;
1361 } else if (rect.top < screenTop && rect.bottom < screenBottom) {
1368 scrollYDelta -= (screenBottom - rect.bottom);