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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java4226 void start(final int position, final int boundPosition) { argument
4229 if (boundPosition == INVALID_POSITION) {
4238 start(position, boundPosition);
4256 final int boundPosFromLast = lastPos - boundPosition;
4272 final int boundPosFromFirst = boundPosition - firstPos;
4288 scrollToVisible(clampedPosition, boundPosition, SCROLL_DURATION);
4298 mBoundPos = boundPosition;
4673 * stop early if scrolling further would scroll boundPosition out of
4676 * @param boundPosition Do not scroll if it would move this adapter
4679 public void smoothScrollToPosition(int position, int boundPosition) { argument
[all...]

Completed in 14 milliseconds