Home
last modified time | relevance | path

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

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