Home | History | Annotate | Download | only in widget

Lines Matching refs:screenTop

1369         int screenTop = getScrollY();
1370 int screenBottom = screenTop + height;
1376 screenTop += fadingEdge;
1386 if (rect.bottom > screenBottom && rect.top > screenTop) {
1393 scrollYDelta += (rect.top - screenTop);
1404 } else if (rect.top < screenTop && rect.bottom < screenBottom) {
1414 scrollYDelta -= (screenTop - rect.top);