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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java4169 private int mLastSeenPos; field in class:AbsListView.PositionScroller
4221 mLastSeenPos = INVALID_POSITION;
4299 mLastSeenPos = INVALID_POSITION;
4333 mLastSeenPos = INVALID_POSITION;
4355 mLastSeenPos = INVALID_POSITION;
4431 if (lastPos == mLastSeenPos) {
4447 mLastSeenPos = lastPos;
4464 if (nextPos == mLastSeenPos) {
4478 mLastSeenPos = nextPos;
4490 if (firstPos == mLastSeenPos) {
[all...]

Completed in 375 milliseconds