Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java418 int mMotionY; field in AbsListView
3549 final int deltaY = y - mMotionY; in startScrollIfNeeded()
3583 int rawDeltaY = y - mMotionY; in scrollIfNeeded()
3703 mMotionY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3768 mMotionY = y + scrollOffsetCorrection; in scrollIfNeeded()
3898 final int y = mMotionY; in onTouchEvent()
3919 mMotionY = y; in onTouchEvent()
3952 mMotionY = (int) ev.getY(); in onTouchDown()
3953 mLastY = mMotionY; in onTouchDown()
3993 mMotionY = y; in onTouchDown()
[all …]