Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java3510 int scrollOffsetCorrection = 0; in scrollIfNeeded() local
3518 scrollOffsetCorrection = -mScrollOffset[1]; in scrollIfNeeded()
3629 mMotionY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3631 mLastY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3694 mMotionY = y + scrollOffsetCorrection; in scrollIfNeeded()
3697 mLastY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()