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
3483 final int deltaY = y - mMotionY; in startScrollIfNeeded()
3517 int rawDeltaY = y - mMotionY; in scrollIfNeeded()
3637 mMotionY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3702 mMotionY = y + scrollOffsetCorrection; in scrollIfNeeded()
3832 final int y = mMotionY; in onTouchEvent()
3853 mMotionY = y; in onTouchEvent()
3885 mMotionY = (int) ev.getY(); in onTouchDown()
3886 mLastY = mMotionY; in onTouchDown()
3926 mMotionY = y; in onTouchDown()
[all …]