Searched refs:boundPosition (Results 1 – 1 of 1) sorted by relevance
4896 public void smoothScrollToPosition(int position, int boundPosition) {4900 mPositionScroller.start(position, boundPosition);7161 public abstract void start(int position, int boundPosition);7241 public void start(final int position, final int boundPosition) { in start() argument7244 if (boundPosition == INVALID_POSITION) { in start()7253 start(position, boundPosition); in start()7271 final int boundPosFromLast = lastPos - boundPosition; in start()7287 final int boundPosFromFirst = boundPosition - firstPos; in start()7303 scrollToVisible(clampedPosition, boundPosition, SCROLL_DURATION); in start()7313 mBoundPos = boundPosition; in start()