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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java380 int mMotionY; field in class:AbsListView
3001 final int deltaY = y - mMotionY;
3040 final int rawDeltaY = y - mMotionY;
3131 mMotionY = y;
3194 mMotionY = y;
3280 mMotionY = mLastY = (int) ev.getY();
3322 mMotionY = y;
3583 final int y = mMotionY;
3604 mMotionY = y;
3785 mMotionY
[all...]

Completed in 11 milliseconds