Home | History | Annotate | Download | only in view

Lines Matching refs:screenTop

1537         int screenTop = getScrollY();
1538 int screenBottom = screenTop + height;
1544 screenTop += fadingEdge;
1554 if (rect.bottom > screenBottom && rect.top > screenTop) {
1561 scrollYDelta += (rect.top - screenTop);
1572 } else if (rect.top < screenTop && rect.bottom < screenBottom) {
1582 scrollYDelta -= (screenTop - rect.top);