Home | History | Annotate | Download | only in widget

Lines Matching refs:screenTop

1173         int screenTop = getScrollY();
1174 int screenBottom = screenTop + height;
1180 screenTop += fadingEdge;
1190 if (rect.bottom > screenBottom && rect.top > screenTop) {
1197 scrollYDelta += (rect.top - screenTop);
1208 } else if (rect.top < screenTop && rect.bottom < screenBottom) {
1218 scrollYDelta -= (screenTop - rect.top);