Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java7477 private int mLastSeenPos; field in AbsListView.FlingRunnable.PositionScroller
7530 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 …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt68997 Landroid/widget/AbsListView$PositionScroller;->mLastSeenPos:I