Searched refs:mLastSeenPos (Results 1 – 2 of 2) sorted by relevance
7789 private int mLastSeenPos; field in AbsListView.FlingRunnable.PositionScroller7842 mLastSeenPos = INVALID_POSITION; in start()7921 mLastSeenPos = INVALID_POSITION; in start()7957 mLastSeenPos = INVALID_POSITION; in startWithOffset()7979 mLastSeenPos = INVALID_POSITION; in startWithOffset()8057 if (lastPos == mLastSeenPos) { in run()8073 mLastSeenPos = lastPos; in run()8091 if (nextPos == mLastSeenPos) { in run()8105 mLastSeenPos = nextPos; in run()8119 if (firstPos == mLastSeenPos) { in run()[all …]
65031 Landroid/widget/AbsListView$PositionScroller;->mLastSeenPos:I