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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java6903 private int mLastSeenPos; field in class:AbsListView.PositionScroller
6956 mLastSeenPos = INVALID_POSITION;
7035 mLastSeenPos = INVALID_POSITION;
7071 mLastSeenPos = INVALID_POSITION;
7093 mLastSeenPos = INVALID_POSITION;
7171 if (lastPos == mLastSeenPos) {
7187 mLastSeenPos = lastPos;
7204 if (nextPos == mLastSeenPos) {
7218 mLastSeenPos = nextPos;
7230 if (firstPos == mLastSeenPos) {
[all...]

Completed in 28 milliseconds