Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java7234 private int mBoundPos; field in AbsListView.FlingRunnable.PositionScroller
7287 mBoundPos = INVALID_POSITION; in start()
7366 mBoundPos = boundPosition; in start()
7402 mBoundPos = INVALID_POSITION; in startWithOffset()
7530 if (firstPos == mBoundPos || childCount <= nextViewIndex in run()
7547 if (nextPos < mBoundPos) { in run()
7609 if (lastPos > mBoundPos) { in run()