Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DAbsListView.java398 int mMotionY; field in AbsListView
3475 final int deltaY = y - mMotionY; in startScrollIfNeeded()
3509 int rawDeltaY = y - mMotionY; in scrollIfNeeded()
3629 mMotionY = y + lastYCorrection + scrollOffsetCorrection; in scrollIfNeeded()
3694 mMotionY = y + scrollOffsetCorrection; in scrollIfNeeded()
3824 final int y = mMotionY; in onTouchEvent()
3845 mMotionY = y; in onTouchEvent()
3877 mMotionY = (int) ev.getY(); in onTouchDown()
3878 mLastY = mMotionY; in onTouchDown()
3918 mMotionY = y; in onTouchDown()
[all …]