Home | History | Annotate | Download | only in camera

Lines Matching refs:scrollPosition

60          * @param scrollPosition the position of the scroller in the range
63 public void onScroll(float scrollPosition);
554 public void scrollTo(float scrollPosition) {
555 scrollTo(0, Math.round(scrollPosition * mMaxScrollY));