Searched refs:boundPosition (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/widget/
H A DAbsListView.java4727 * stop early if scrolling further would scroll boundPosition out of
4731 * @param boundPosition Do not scroll if it would move this adapter
4734 public void smoothScrollToPosition(int position, int boundPosition) { argument
4738 mPositionScroller.start(position, boundPosition);
6963 public abstract void start(int position, int boundPosition); argument
7043 public void start(final int position, final int boundPosition) { argument
7046 if (boundPosition == INVALID_POSITION) {
7055 start(position, boundPosition);
7073 final int boundPosFromLast = lastPos - boundPosition;
7089 final int boundPosFromFirst = boundPosition
[all...]

Completed in 46 milliseconds