Searched refs:newscroll (Results 1 – 2 of 2) sorted by relevance
182 private void animateScroll(int newscroll) { in animateScroll() argument183 ObjectAnimator animator = ObjectAnimator.ofInt(this, "scroll", getScrollX(), newscroll); in animateScroll()191 public void setScroll(int newscroll) { in setScroll() argument192 scrollTo(newscroll, getScrollY()); in setScroll()
193 void handleDataChanged(int newscroll) { in handleDataChanged() argument209 if (newscroll > INVALID_POSITION) { in handleDataChanged()210 newscroll = Math.min(mAdapter.getCount() - 1, newscroll); in handleDataChanged()212 mScrollPosition = newscroll; in handleDataChanged()