Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java401 int mMotionY; field in AbsListView
3476 final int deltaY = y - mMotionY; in startScrollIfNeeded()
3510 int rawDeltaY = y - mMotionY; in scrollIfNeeded()
3630 mMotionY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3695 mMotionY = y + scrollOffsetCorrection; in scrollIfNeeded()
3825 final int y = mMotionY; in onTouchEvent()
3846 mMotionY = y; in onTouchEvent()
3878 mMotionY = (int) ev.getY(); in onTouchDown()
3879 mLastY = mMotionY; in onTouchDown()
3919 mMotionY = y; in onTouchDown()
[all …]