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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java7242 private int mLastSeenPos; field in class:AbsListView.PositionScroller
7295 mLastSeenPos = INVALID_POSITION;
7374 mLastSeenPos = INVALID_POSITION;
7410 mLastSeenPos = INVALID_POSITION;
7432 mLastSeenPos = INVALID_POSITION;
7510 if (lastPos == mLastSeenPos) {
7526 mLastSeenPos = lastPos;
7544 if (nextPos == mLastSeenPos) {
7558 mLastSeenPos = nextPos;
7572 if (firstPos == mLastSeenPos) {
[all...]

Completed in 40 milliseconds