Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java397 int mMotionY; field in AbsListView
3326 final int deltaY = y - mMotionY; in startScrollIfNeeded()
3360 int rawDeltaY = y - mMotionY; in scrollIfNeeded()
3480 mMotionY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3545 mMotionY = y + scrollOffsetCorrection; in scrollIfNeeded()
3668 final int y = mMotionY; in onTouchEvent()
3689 mMotionY = y; in onTouchEvent()
3720 mMotionY = (int) ev.getY(); in onTouchDown()
3721 mLastY = mMotionY; in onTouchDown()
3761 mMotionY = y; in onTouchDown()
[all …]