Lines Matching refs:scrollPosition
60 * @param scrollPosition the position of the scroller in the range63 public void onScroll(float scrollPosition);554 public void scrollTo(float scrollPosition) {555 scrollTo(0, Math.round(scrollPosition * mMaxScrollY));