Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java438 int mMotionY; field in AbsListView
3637 final int deltaY = y - mMotionY; in startScrollIfNeeded()
3671 int rawDeltaY = y - mMotionY; in scrollIfNeeded()
3793 mMotionY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3859 mMotionY = y + scrollOffsetCorrection; in scrollIfNeeded()
4017 final int y = mMotionY; in onTouchEvent()
4038 mMotionY = y; in onTouchEvent()
4073 mMotionY = (int) ev.getY(); in onTouchDown()
4074 mLastY = mMotionY; in onTouchDown()
4118 mMotionY = y; in onTouchDown()
[all …]