Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java3602 int lastYCorrection = 0; in scrollIfNeeded() local
3663 lastYCorrection -= mScrollOffset[1]; in scrollIfNeeded()
3703 mMotionY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3705 mLastY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3771 mLastY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()