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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java393 int mMotionY; field in class:AbsListView
3320 final int deltaY = y - mMotionY;
3354 int rawDeltaY = y - mMotionY;
3477 mMotionY = y + lastYCorrection + scrollOffsetCorrection;
3545 mMotionY = y + scrollOffsetCorrection;
3649 final int y = mMotionY;
3670 mMotionY = y;
3701 mMotionY = (int) ev.getY();
3702 mLastY = mMotionY;
3742 mMotionY
[all...]

Completed in 57 milliseconds