Home | History | Annotate | Download | only in method

Lines Matching refs:getScrollY

403         return widget.getLayout().getLineForVertical(widget.getScrollY());
407 return widget.getLayout().getLineForVertical(widget.getScrollY() + getInnerHeight(widget));
471 widget.scrollTo(scrollX, widget.getScrollY());
492 widget.scrollTo(scrollX, widget.getScrollY());
510 final int top = widget.getScrollY();
538 final int bottom = widget.getScrollY() + innerHeight;
567 final int top = widget.getScrollY() - getInnerHeight(widget);
588 final int bottom = widget.getScrollY() + innerHeight + innerHeight;
649 widget.scrollTo(minScrollX, widget.getScrollY());
668 widget.scrollTo(maxScrollX, widget.getScrollY());