Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DAbsListView.java3664 int scrollOffsetCorrection = 0; in scrollIfNeeded() local
3676 scrollOffsetCorrection = -mScrollOffset[1]; in scrollIfNeeded()
3785 mMotionY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3787 mLastY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3851 mMotionY = y + scrollOffsetCorrection; in scrollIfNeeded()
3854 mLastY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()