Searched refs:mLastSeenPos (Results 1 – 2 of 2) sorted by relevance
7477 private int mLastSeenPos; field in AbsListView.FlingRunnable.PositionScroller7530 mLastSeenPos = INVALID_POSITION; in start()7609 mLastSeenPos = INVALID_POSITION; in start()7645 mLastSeenPos = INVALID_POSITION; in startWithOffset()7667 mLastSeenPos = INVALID_POSITION; in startWithOffset()7745 if (lastPos == mLastSeenPos) { in run()7761 mLastSeenPos = lastPos; in run()7779 if (nextPos == mLastSeenPos) { in run()7793 mLastSeenPos = nextPos; in run()7807 if (firstPos == mLastSeenPos) { in run()[all …]
68997 Landroid/widget/AbsListView$PositionScroller;->mLastSeenPos:I