Home | History | Annotate | Download | only in widget

Lines Matching refs:scrollTo

643             super.scrollTo(scrollX, scrollY);
1009 * Like {@link #scrollTo}, but scroll smoothly instead of immediately.
1080 // re-show the scrollbars at this point, which scrollTo will do,
1081 // so we replicate most of scrollTo here.
1304 scrollTo(mScrollX, mScrollY);
1376 public void scrollTo(int x, int y) {
1377 // we rely on the fact the View.scrollBy calls scrollTo.
1383 super.scrollTo(x, y);