Searched refs:boundPosition (Results 1 – 1 of 1) sorted by relevance
4734 public void smoothScrollToPosition(int position, int boundPosition) {4738 mPositionScroller.start(position, boundPosition);6963 public abstract void start(int position, int boundPosition);7043 public void start(final int position, final int boundPosition) { in start() argument7046 if (boundPosition == INVALID_POSITION) { in start()7055 start(position, boundPosition); in start()7073 final int boundPosFromLast = lastPos - boundPosition; in start()7089 final int boundPosFromFirst = boundPosition - firstPos; in start()7105 scrollToVisible(clampedPosition, boundPosition, SCROLL_DURATION); in start()7115 mBoundPos = boundPosition; in start()