Searched refs:mMotionCorrection (Results 1 – 2 of 2) sorted by relevance
437 int mMotionCorrection; field in AbsListView3549 mMotionCorrection = 0; in startScrollIfNeeded()3552 mMotionCorrection = deltaY > 0 ? mTouchSlop : -mTouchSlop; in startScrollIfNeeded()3578 rawDeltaY -= mMotionCorrection; in scrollIfNeeded()3760 mMotionCorrection = 0; in scrollIfNeeded()3949 mMotionCorrection = 0; in onTouchEvent()3989 mMotionCorrection = 0; in onTouchDown()4002 mMotionCorrection = 0; in onTouchDown()4567 mMotionCorrection = 0; in onInterceptTouchEvent()4650 mMotionCorrection = 0; in onSecondaryPointerUp()
69136 Landroid/widget/AbsListView;->mMotionCorrection:I