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

/frameworks/base/core/java/android/widget/
H A DAbsListView.java396 int mMotionCorrection; field in class:AbsListView
3008 mMotionCorrection = 0;
3011 mMotionCorrection = deltaY > 0 ? mTouchSlop : -mTouchSlop;
3041 final int deltaY = rawDeltaY - mMotionCorrection;
3191 mMotionCorrection = 0;
3281 mMotionCorrection = 0;
3309 mMotionCorrection = 0;
3601 mMotionCorrection = 0;
3770 mMotionCorrection = 0;
3847 mMotionCorrection
[all...]

Completed in 184 milliseconds