Searched refs:boundPosition (Results 1 – 1 of 1) sorted by relevance
3935 void start(int position, int boundPosition) { in start() argument3938 if (boundPosition == INVALID_POSITION) { in start()3948 final int boundPosFromLast = lastPos - boundPosition; in start()3964 final int boundPosFromFirst = boundPosition - firstPos; in start()3990 mBoundPos = boundPosition; in start()4295 public void smoothScrollToPosition(int position, int boundPosition) {4299 mPositionScroller.start(position, boundPosition);