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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java4168 private int mBoundPos; field in class:AbsListView.PositionScroller
4220 mBoundPos = INVALID_POSITION;
4298 mBoundPos = boundPosition;
4332 mBoundPos = INVALID_POSITION;
4458 if (firstPos == mBoundPos || childCount <= nextViewIndex
4474 if (nextPos < mBoundPos) {
4533 if (lastPos > mBoundPos) {

Completed in 156 milliseconds