Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java7181 private int mBoundPos; field in AbsListView.FlingRunnable.PositionScroller
7234 mBoundPos = INVALID_POSITION; in start()
7313 mBoundPos = boundPosition; in start()
7349 mBoundPos = INVALID_POSITION; in startWithOffset()
7477 if (firstPos == mBoundPos || childCount <= nextViewIndex in run()
7493 if (nextPos < mBoundPos) { in run()
7552 if (lastPos > mBoundPos) { in run()