Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java420 int mMotionY; field in AbsListView
3541 final int deltaY = y - mMotionY; in startScrollIfNeeded()
3575 int rawDeltaY = y - mMotionY; in scrollIfNeeded()
3697 mMotionY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3763 mMotionY = y + scrollOffsetCorrection; in scrollIfNeeded()
3931 final int y = mMotionY; in onTouchEvent()
3952 mMotionY = y; in onTouchEvent()
3987 mMotionY = (int) ev.getY(); in onTouchDown()
3988 mLastY = mMotionY; in onTouchDown()
4032 mMotionY = y; in onTouchDown()
[all …]