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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java6983 private int mBoundPos; field in class:AbsListView.PositionScroller
7036 mBoundPos = INVALID_POSITION;
7115 mBoundPos = boundPosition;
7151 mBoundPos = INVALID_POSITION;
7279 if (firstPos == mBoundPos || childCount <= nextViewIndex
7295 if (nextPos < mBoundPos) {
7354 if (lastPos > mBoundPos) {

Completed in 37 milliseconds