Searched refs:boundPosition (Results 1 – 1 of 1) sorted by relevance
5010 public void smoothScrollToPosition(int position, int boundPosition) {5014 mPositionScroller.start(position, boundPosition);7384 public abstract void start(int position, int boundPosition);7464 public void start(final int position, final int boundPosition) { in start() argument7467 if (boundPosition == INVALID_POSITION) { in start()7476 start(position, boundPosition); in start()7494 final int boundPosFromLast = lastPos - boundPosition; in start()7510 final int boundPosFromFirst = boundPosition - firstPos; in start()7526 scrollToVisible(clampedPosition, boundPosition, SCROLL_DURATION); in start()7536 mBoundPos = boundPosition; in start()